X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5e9b6624d78e7390a05e2c6b0708cc4944fb1861..1d280c0999ada8fc3fb0a96d01530948642f4444:/doc/bison.texinfo diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 75808932..589b93dc 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -540,7 +540,6 @@ lexicography, not grammar.) Here is a simple C function subdivided into tokens: -@ifinfo @example int /* @r{keyword `int'} */ square (int x) /* @r{identifier, open-paren, keyword `int',} @@ -550,16 +549,6 @@ square (int x) /* @r{identifier, open-paren, keyword `int',} @r{identifier, semicolon} */ @} /* @r{close-brace} */ @end example -@end ifinfo -@ifnotinfo -@example -int /* @r{keyword `int'} */ -square (int x) /* @r{identifier, open-paren, keyword `int', identifier, close-paren} */ -@{ /* @r{open-brace} */ - return x * x; /* @r{keyword `return', identifier, asterisk, identifier, semicolon} */ -@} /* @r{close-brace} */ -@end example -@end ifnotinfo The syntactic groupings of C include the expression, the statement, the declaration, and the function definition. These are represented in the