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:
C/C++ Source or Header  |  2000-08-20  |  343 b   |  20 lines

  1. typedef union {
  2.    int val;
  3.    double value;
  4.    char id[256];
  5. } YYSTYPE;
  6. #define    RECTANGLE    257
  7. #define    POLYGON    258
  8. #define    CIRCLE    259
  9. #define    DEFAULT    260
  10. #define    AUTHOR    261
  11. #define    TITLE    262
  12. #define    DESCRIPTION    263
  13. #define    BEGIN_COMMENT    264
  14. #define    FLOAT    265
  15. #define    LINK    266
  16. #define    COMMENT    267
  17.  
  18.  
  19. extern YYSTYPE ncsa_lval;
  20.