heimdal: Re-run lexyacc.sh to remove #line statements
[kai/samba.git] / source4 / heimdal / lib / com_err / parse.h
1 #define ET 257
2 #define INDEX 258
3 #define PREFIX 259
4 #define EC 260
5 #define ID 261
6 #define END 262
7 #define STRING 263
8 #define NUMBER 264
9 #ifdef YYSTYPE
10 #undef  YYSTYPE_IS_DECLARED
11 #define YYSTYPE_IS_DECLARED 1
12 #endif
13 #ifndef YYSTYPE_IS_DECLARED
14 #define YYSTYPE_IS_DECLARED 1
15 typedef union {
16   char *string;
17   int number;
18 } YYSTYPE;
19 #endif /* !YYSTYPE_IS_DECLARED */
20 extern YYSTYPE yylval;