You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.7 KiB

  1. /*=========================================================================
  2. Program: CMake - Cross-Platform Makefile Generator
  3. Module: $RCSfile$
  4. Language: C++
  5. Date: $Date$
  6. Version: $Revision$
  7. Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
  8. See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
  9. This software is distributed WITHOUT ANY WARRANTY; without even
  10. the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  11. PURPOSE. See the above copyright notices for more information.
  12. =========================================================================*/
  13. /* A Bison parser, made by GNU Bison 2.1. */
  14. /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984,
  15. 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
  16. Inc.
  17. This program is free software; you can redistribute it and/or modify
  18. it under the terms of the GNU General Public License as published by
  19. the Free Software Foundation; either version 2, or (at your option)
  20. any later version.
  21. This program is distributed in the hope that it will be useful,
  22. but WITHOUT ANY WARRANTY; without even the implied warranty of
  23. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  24. GNU General Public License for more details.
  25. You should have received a copy of the GNU General Public License
  26. along with this program; if not, write to the Free Software
  27. Foundation, Inc., 51 Franklin Street, Fifth Floor,
  28. Boston, MA 02110-1301, USA. */
  29. /* As a special exception, when this file is copied by Bison into a
  30. Bison output file, you may use that output file without restriction.
  31. This special exception was added by the Free Software Foundation
  32. in version 1.24 of Bison. */
  33. /* Tokens. */
  34. #ifndef YYTOKENTYPE
  35. # define YYTOKENTYPE
  36. /* Put the tokens into the symbol table, so that GDB and other debuggers
  37. know about them. */
  38. enum yytokentype {
  39. cal_NCURLY = 258,
  40. cal_DCURLY = 259,
  41. cal_DOLLAR = 260,
  42. cal_LCURLY = 261,
  43. cal_RCURLY = 262,
  44. cal_NAME = 263,
  45. cal_BSLASH = 264,
  46. cal_SYMBOL = 265,
  47. cal_AT = 266,
  48. cal_ERROR = 267,
  49. cal_ATNAME = 268
  50. };
  51. #endif
  52. /* Tokens. */
  53. #define cal_NCURLY 258
  54. #define cal_DCURLY 259
  55. #define cal_DOLLAR 260
  56. #define cal_LCURLY 261
  57. #define cal_RCURLY 262
  58. #define cal_NAME 263
  59. #define cal_BSLASH 264
  60. #define cal_SYMBOL 265
  61. #define cal_AT 266
  62. #define cal_ERROR 267
  63. #define cal_ATNAME 268
  64. #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
  65. typedef int YYSTYPE;
  66. # define yystype YYSTYPE /* obsolescent; will be withdrawn */
  67. # define YYSTYPE_IS_DECLARED 1
  68. # define YYSTYPE_IS_TRIVIAL 1
  69. #endif