domnode-xml-parser.h 418 B

123456789101112131415161718192021
  1. #ifndef BISON_DOMNODE_XML_PARSER_H
  2. # define BISON_DOMNODE_XML_PARSER_H
  3. #ifndef YYSTYPE
  4. typedef union { char *s; } yystype;
  5. # define YYSTYPE yystype
  6. # define YYSTYPE_IS_TRIVIAL 1
  7. #endif
  8. # define ENDDEF 257
  9. # define EQ 258
  10. # define SLASH 259
  11. # define CLOSE 260
  12. # define END 261
  13. # define NAME 262
  14. # define VALUE 263
  15. # define DATA 264
  16. # define COMMENT 265
  17. # define START 266
  18. #endif /* not BISON_DOMNODE_XML_PARSER_H */