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:
C/C++ Source or Header  |  2000-08-20  |  324 b   |  19 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    DESCRIPTION    262
  12. #define    BEGIN_COMMENT    263
  13. #define    FLOAT    264
  14. #define    COMMENT    265
  15. #define    LINK    266
  16.  
  17.  
  18. extern YYSTYPE cern_lval;
  19.