35 T_KEYWORD_RIGHT = 261,
43#define T_KEYWORD_LEFT 258
44#define T_ARRAY_LEFT 259
45#define T_TABLE_LEFT 260
46#define T_KEYWORD_RIGHT 261
47#define T_ARRAY_RIGHT 262
48#define T_TABLE_RIGHT 263
51#define T_QUOTED_STRING 266
56#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
57#line 53 "ipv2_parse.yy"
64#line 64 "ipv2_parse.tmp.hh"
65# define yystype YYSTYPE
66# define YYSTYPE_IS_DECLARED 1
67# define YYSTYPE_IS_TRIVIAL 1
Definition ipv2_scan.h:33