=================================================================== Modification le : Tue Feb 12 16:37:12 CET 2002 Par : czo =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/genview/gcc-1.42 In directory bip.lip6.fr:/users/soft5/newlabo/dev/alliance/sources/genview/gcc-1.42 Modified Files: c-parse.tab.c Log Message: oh =================================================================== Index: c-parse.tab.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/genview/gcc-1.42/c-parse.tab.c,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 2,3c2,3 < /* A Bison parser, made from c-parse.y < by GNU Bison version 1.28 */ --- > /* A Bison parser, made from c-parse.y > by GNU bison 1.30. */ 7,46c7,46 < #define IDENTIFIER 257 < #define TYPENAME 258 < #define SCSPEC 259 < #define TYPESPEC 260 < #define TYPE_QUAL 261 < #define CONSTANT 262 < #define STRING 263 < #define ELLIPSIS 264 < #define SIZEOF 265 < #define ENUM 266 < #define STRUCT 267 < #define UNION 268 < #define IF 269 < #define ELSE 270 < #define WHILE 271 < #define DO 272 < #define FOR 273 < #define SWITCH 274 < #define CASE 275 < #define DEFAULT 276 < #define BREAK 277 < #define CONTINUE 278 < #define RETURN 279 < #define GOTO 280 < #define ASM 281 < #define TYPEOF 282 < #define ALIGNOF 283 < #define ATTRIBUTE 284 < #define ASSIGN 285 < #define OROR 286 < #define ANDAND 287 < #define EQCOMPARE 288 < #define ARITHCOMPARE 289 < #define LSHIFT 290 < #define RSHIFT 291 < #define UNARY 292 < #define PLUSPLUS 293