home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2002 April
/
pcpro0402.iso
/
essentials
/
graphics
/
Gimp
/
gimp-src-20001226.exe
/
src
/
gimp
/
plug-ins
/
imagemap
/
imap_cern_parse.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
|
2000-08-20
|
324 b
|
19 lines
typedef union {
int val;
double value;
char id[256];
} YYSTYPE;
#define RECTANGLE 257
#define POLYGON 258
#define CIRCLE 259
#define DEFAULT 260
#define AUTHOR 261
#define DESCRIPTION 262
#define BEGIN_COMMENT 263
#define FLOAT 264
#define COMMENT 265
#define LINK 266
extern YYSTYPE cern_lval;