From: Paul Eggert Date: Sat, 30 Nov 2002 07:42:37 +0000 (+0000) Subject: Emphasize that yylex and yyerror must be declared before being used. X-Git-Tag: BISON-1_875~186 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/38a92d500a6c26a97e90256726241255f6f09d0a?ds=inline;hp=38a92d500a6c26a97e90256726241255f6f09d0a Emphasize that yylex and yyerror must be declared before being used. 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". ---