Fixed newline characters throughout the code
[com/gs-lite.git] / src / ftacmp / schema.tab.cc.h
1 typedef union {
2         char* strval;
3         field_entry *field_t;
4         field_entry_list *field_list_t;
5         table_def *table_def_t;
6         table_list *table_list_t;
7         param_list *plist_t;
8         } YYSTYPE;
9 #define NAME    258
10 #define SEMICOLON       259
11 #define LEFTBRACE       260
12 #define RIGHTBRACE      261
13 #define TABLE   262
14 #define STREAM  263
15
16
17 extern YYSTYPE SchemaParserlval;