]> git.saurik.com Git - bison.git/commitdiff
Emphasize that yylex and yyerror must be declared before being used.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Nov 2002 07:42:37 +0000 (07:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Nov 2002 07:42:37 +0000 (07:42 +0000)
E.g., one should typically declare them in the prologue.  Use GNU
coding style in examples.  Put "const" consistently after the type it
modifies.  Mention that C99 supports "inline".  Mention that yyerror
traditionally returns "int".


No differences found