cbf_stx.h

Go to the documentation of this file.
00001 typedef union
00002 {
00003   int          errorcode;
00004   const char  *text;
00005   cbf_node    *node;
00006 } YYSTYPE;
00007 #define DATA    258
00008 #define LOOP    259
00009 #define ITEM    260
00010 #define CATEGORY        261
00011 #define COLUMN  262
00012 #define STRING  263
00013 #define WORD    264
00014 #define BINARY  265
00015 #define UNKNOWN 266
00016 #define COMMENT 267
00017 #define ERROR   268
00018