1
0
Fork 0

Removed ...

This commit is contained in:
curt 1997-06-21 17:55:36 +00:00
parent 475fbce296
commit d1f3decfe9

View file

@ -1,24 +0,0 @@
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define IncludeSym 258
#define MeshSym 259
#define RowSym 260
#define ChunkSym 261
#define BoundsSym 262
#define PlaceSym 263
#define Identifier 264
#define Number 265
#define StringLiteral 266
#define HashSym 267
#define EqualSym 268
#define LBraceSym 269
#define RBraceSym 270
#define LParenSym 271
#define RParenSym 272
#define CommaSym 273
#define BadStringLiteral 274
#define ErrorMisc 275
extern YYSTYPE yylval;