dcetab.h 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* A Bison parser, made by GNU Bison 2.4.3. */
  2. /* Skeleton interface for Bison's Yacc-like parsers in C
  3. Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
  4. 2009, 2010 Free Software Foundation, Inc.
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <http://www.gnu.org/licenses/>. */
  15. /* As a special exception, you may create a larger work that contains
  16. part or all of the Bison parser skeleton and distribute that work
  17. under terms of your choice, so long as that work isn't itself a
  18. parser generator using the skeleton or a modified version thereof
  19. as a parser skeleton. Alternatively, if you modify or redistribute
  20. the parser skeleton itself, you may (at your option) remove this
  21. special exception, which will cause the skeleton and the resulting
  22. Bison output files to be licensed under the GNU General Public
  23. License without this special exception.
  24. This special exception was added by the Free Software Foundation in
  25. version 2.2 of Bison. */
  26. /* Tokens. */
  27. #ifndef YYTOKENTYPE
  28. # define YYTOKENTYPE
  29. /* Put the tokens into the symbol table, so that GDB and other debuggers
  30. know about them. */
  31. enum yytokentype {
  32. SCAN_WORD = 258,
  33. SCAN_STRINGCONST = 259,
  34. SCAN_NUMBERCONST = 260
  35. };
  36. #endif
  37. #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
  38. typedef int YYSTYPE;
  39. # define YYSTYPE_IS_TRIVIAL 1
  40. # define yystype YYSTYPE /* obsolescent; will be withdrawn */
  41. # define YYSTYPE_IS_DECLARED 1
  42. #endif