packaging: Initial packaging
[platform/upstream/cmake.git] / Source / cmDependsFortranParserTokens.h
1 /* A Bison parser, made by GNU Bison 2.5.  */
2
3 /* Bison interface for Yacc-like parsers in C
4
5       Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
6
7    This program is free software: you can redistribute it and/or modify
8    it under the terms of the GNU General Public License as published by
9    the Free Software Foundation, either version 3 of the License, or
10    (at your option) any later version.
11
12    This program is distributed in the hope that it will be useful,
13    but WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15    GNU General Public License for more details.
16
17    You should have received a copy of the GNU General Public License
18    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
19
20 /* As a special exception, you may create a larger work that contains
21    part or all of the Bison parser skeleton and distribute that work
22    under terms of your choice, so long as that work isn't itself a
23    parser generator using the skeleton or a modified version thereof
24    as a parser skeleton.  Alternatively, if you modify or redistribute
25    the parser skeleton itself, you may (at your option) remove this
26    special exception, which will cause the skeleton and the resulting
27    Bison output files to be licensed under the GNU General Public
28    License without this special exception.
29
30    This special exception was added by the Free Software Foundation in
31    version 2.2 of Bison.  */
32
33
34 /* Tokens.  */
35 #ifndef YYTOKENTYPE
36 # define YYTOKENTYPE
37    /* Put the tokens into the symbol table, so that GDB and other debuggers
38       know about them.  */
39    enum yytokentype {
40      EOSTMT = 258,
41      ASSIGNMENT_OP = 259,
42      GARBAGE = 260,
43      CPP_INCLUDE = 261,
44      F90PPR_INCLUDE = 262,
45      COCO_INCLUDE = 263,
46      F90PPR_DEFINE = 264,
47      CPP_DEFINE = 265,
48      F90PPR_UNDEF = 266,
49      CPP_UNDEF = 267,
50      CPP_IFDEF = 268,
51      CPP_IFNDEF = 269,
52      CPP_IF = 270,
53      CPP_ELSE = 271,
54      CPP_ELIF = 272,
55      CPP_ENDIF = 273,
56      F90PPR_IFDEF = 274,
57      F90PPR_IFNDEF = 275,
58      F90PPR_IF = 276,
59      F90PPR_ELSE = 277,
60      F90PPR_ELIF = 278,
61      F90PPR_ENDIF = 279,
62      COMMA = 280,
63      DCOLON = 281,
64      CPP_TOENDL = 282,
65      UNTERMINATED_STRING = 283,
66      STRING = 284,
67      WORD = 285,
68      CPP_INCLUDE_ANGLE = 286
69    };
70 #endif
71 /* Tokens.  */
72 #define EOSTMT 258
73 #define ASSIGNMENT_OP 259
74 #define GARBAGE 260
75 #define CPP_INCLUDE 261
76 #define F90PPR_INCLUDE 262
77 #define COCO_INCLUDE 263
78 #define F90PPR_DEFINE 264
79 #define CPP_DEFINE 265
80 #define F90PPR_UNDEF 266
81 #define CPP_UNDEF 267
82 #define CPP_IFDEF 268
83 #define CPP_IFNDEF 269
84 #define CPP_IF 270
85 #define CPP_ELSE 271
86 #define CPP_ELIF 272
87 #define CPP_ENDIF 273
88 #define F90PPR_IFDEF 274
89 #define F90PPR_IFNDEF 275
90 #define F90PPR_IF 276
91 #define F90PPR_ELSE 277
92 #define F90PPR_ELIF 278
93 #define F90PPR_ENDIF 279
94 #define COMMA 280
95 #define DCOLON 281
96 #define CPP_TOENDL 282
97 #define UNTERMINATED_STRING 283
98 #define STRING 284
99 #define WORD 285
100 #define CPP_INCLUDE_ANGLE 286
101
102
103
104
105 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
106 typedef union YYSTYPE
107 {
108
109 /* Line 2068 of yacc.c  */
110 #line 89 "cmDependsFortranParser.y"
111
112   char* string;
113
114
115
116 /* Line 2068 of yacc.c  */
117 #line 118 "cmDependsFortranParserTokens.h"
118 } YYSTYPE;
119 # define YYSTYPE_IS_TRIVIAL 1
120 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
121 # define YYSTYPE_IS_DECLARED 1
122 #endif