1 /* A Bison parser, made by GNU Bison 2.3. */
3 /* Skeleton interface for Bison's Yacc-like parsers in C
5 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6 Free Software Foundation, Inc.
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02110-1301, USA. */
23 /* As a special exception, you may create a larger work that contains
24 part or all of the Bison parser skeleton and distribute that work
25 under terms of your choice, so long as that work isn't itself a
26 parser generator using the skeleton or a modified version thereof
27 as a parser skeleton. Alternatively, if you modify or redistribute
28 the parser skeleton itself, you may (at your option) remove this
29 special exception, which will cause the skeleton and the resulting
30 Bison output files to be licensed under the GNU General Public
31 License without this special exception.
33 This special exception was added by the Free Software Foundation in
34 version 2.2 of Bison. */
39 /* Put the tokens into the symbol table, so that GDB and other debuggers
43 kw_ABSTRACT_SYNTAX
= 259,
68 kw_EXTENSIBILITY
= 284,
72 kw_GeneralString
= 288,
73 kw_GeneralizedTime
= 289,
74 kw_GraphicString
= 290,
83 kw_INTERSECTION
= 299,
84 kw_ISO646String
= 300,
87 kw_MINUS_INFINITY
= 303,
89 kw_NumericString
= 305,
94 kw_ObjectDescriptor
= 310,
97 kw_PLUS_INFINITY
= 313,
100 kw_PrintableString
= 316,
102 kw_RELATIVE_OID
= 318,
111 kw_TYPE_IDENTIFIER
= 327,
112 kw_TeletexString
= 328,
118 kw_UniversalString
= 334,
119 kw_VideotexString
= 335,
120 kw_VisibleString
= 336,
132 #define kw_ABSENT 258
133 #define kw_ABSTRACT_SYNTAX 259
135 #define kw_APPLICATION 261
136 #define kw_AUTOMATIC 262
139 #define kw_BMPString 265
140 #define kw_BOOLEAN 266
142 #define kw_CHARACTER 268
143 #define kw_CHOICE 269
145 #define kw_COMPONENT 271
146 #define kw_COMPONENTS 272
147 #define kw_CONSTRAINED 273
148 #define kw_CONTAINING 274
149 #define kw_DEFAULT 275
150 #define kw_DEFINITIONS 276
151 #define kw_EMBEDDED 277
152 #define kw_ENCODED 278
154 #define kw_ENUMERATED 280
155 #define kw_EXCEPT 281
156 #define kw_EXPLICIT 282
157 #define kw_EXPORTS 283
158 #define kw_EXTENSIBILITY 284
159 #define kw_EXTERNAL 285
162 #define kw_GeneralString 288
163 #define kw_GeneralizedTime 289
164 #define kw_GraphicString 290
165 #define kw_IA5String 291
166 #define kw_IDENTIFIER 292
167 #define kw_IMPLICIT 293
168 #define kw_IMPLIED 294
169 #define kw_IMPORTS 295
170 #define kw_INCLUDES 296
171 #define kw_INSTANCE 297
172 #define kw_INTEGER 298
173 #define kw_INTERSECTION 299
174 #define kw_ISO646String 300
177 #define kw_MINUS_INFINITY 303
179 #define kw_NumericString 305
180 #define kw_OBJECT 306
183 #define kw_OPTIONAL 309
184 #define kw_ObjectDescriptor 310
185 #define kw_PATTERN 311
187 #define kw_PLUS_INFINITY 313
188 #define kw_PRESENT 314
189 #define kw_PRIVATE 315
190 #define kw_PrintableString 316
192 #define kw_RELATIVE_OID 318
193 #define kw_SEQUENCE 319
196 #define kw_STRING 322
197 #define kw_SYNTAX 323
198 #define kw_T61String 324
201 #define kw_TYPE_IDENTIFIER 327
202 #define kw_TeletexString 328
204 #define kw_UNIQUE 330
205 #define kw_UNIVERSAL 331
206 #define kw_UTCTime 332
207 #define kw_UTF8String 333
208 #define kw_UniversalString 334
209 #define kw_VideotexString 335
210 #define kw_VisibleString 336
215 #define IDENTIFIER 341
216 #define referencename 342
223 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
224 typedef union YYSTYPE
235 struct string_list
*sl
;
237 struct memhead
*members
;
238 struct constraint_spec
*constraint_spec
;
240 /* Line 1529 of yacc.c. */
243 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
244 # define YYSTYPE_IS_DECLARED 1
245 # define YYSTYPE_IS_TRIVIAL 1
248 extern YYSTYPE yylval
;