bison/doc bison.texinfo
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/11/30 02:42:38 Modified files: doc : bison.texinfo Log message: 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". CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/doc/bison.texinfo.diff?tr1=1.87&tr2=1.88&r1=text&r2=text