[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bison/data glr.c
From: |
Paul Eggert |
Subject: |
bison/data glr.c |
Date: |
Thu, 19 Jun 2003 03:38:39 -0400 |
CVSROOT: /cvsroot/bison
Module name: bison
Branch:
Changes by: Paul Eggert <address@hidden> 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