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_ncsa_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
|
343 b
|
20 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 TITLE 262
#define DESCRIPTION 263
#define BEGIN_COMMENT 264
#define FLOAT 265
#define LINK 266
#define COMMENT 267
extern YYSTYPE ncsa_lval;