home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gettext-0.10.24-src.tgz / tar.out / fsf / gettext / src / po-gram.gen.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  267b  |  18 lines

  1. typedef union
  2. {
  3.   char *string;
  4.   long number;
  5.   lex_pos_ty pos;
  6. } po_gram_STYPE;
  7. #define    COMMENT    258
  8. #define    DOMAIN    259
  9. #define    JUNK    260
  10. #define    MSGID    261
  11. #define    MSGSTR    262
  12. #define    NAME    263
  13. #define    NUMBER    264
  14. #define    STRING    265
  15.  
  16.  
  17. extern po_gram_STYPE po_gram_lval;
  18.