]> git.saurik.com Git - bison.git/commit
Port to Forte Developer 7 C compiler.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Jun 2003 07:38:39 +0000 (07:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Jun 2003 07:38:39 +0000 (07:38 +0000)
commit5cc16ecc963bc4448b00c3e1f16270e5b3d1433f
tree113e3a6cff02e1d7e6df2d13817df9496fee01e0
parent7b491874327e26f4cc82ac644239156cd8aed87c
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.
data/glr.c