home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Freeware
/
Utilitare
/
VisualBoyAdvance-1.7.2
/
src
/
expr.cpp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-10-20
|
272 b
|
14 lines
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define TOKEN_IDENTIFIER 257
#define TOKEN_DOT 258
#define TOKEN_STAR 259
#define TOKEN_ARROW 260
#define TOKEN_ADDR 261
#define TOKEN_SIZEOF 262
#define TOKEN_NUMBER 263
extern YYSTYPE yylval;