bison/data glr.c
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Branch: Changes by: Paul Eggert <[email protected]> 03/06/19 03:38:39 Modified files: data : glr.c Log message: Port to Forte Developer 7 C compiler. (struct YYLTYPE): If locations are not being used, declare a single dummy member, as empty structs do not conform to the C standard. (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)"; the Forte Developer 7 C compiler complains that end-of-loop code is not reached. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/data/glr.c.diff?tr1=1.57&tr2=1.58&r1=text&r2=text