ematch_grammar.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718
  1. #ifndef ematch_HEADER_H
  2. #define ematch_HEADER_H 1
  3. #define ematch_IN_HEADER 1
  4. #line 6 "route/cls/ematch_grammar.h"
  5. #line 8 "route/cls/ematch_grammar.h"
  6. #define YY_INT_ALIGNED short int
  7. /* A lexical scanner generated by flex */
  8. #define FLEX_SCANNER
  9. #define YY_FLEX_MAJOR_VERSION 2
  10. #define YY_FLEX_MINOR_VERSION 6
  11. #define YY_FLEX_SUBMINOR_VERSION 4
  12. #if YY_FLEX_SUBMINOR_VERSION > 0
  13. #define FLEX_BETA
  14. #endif
  15. #ifdef yy_create_buffer
  16. #define ematch__create_buffer_ALREADY_DEFINED
  17. #else
  18. #define yy_create_buffer ematch__create_buffer
  19. #endif
  20. #ifdef yy_delete_buffer
  21. #define ematch__delete_buffer_ALREADY_DEFINED
  22. #else
  23. #define yy_delete_buffer ematch__delete_buffer
  24. #endif
  25. #ifdef yy_scan_buffer
  26. #define ematch__scan_buffer_ALREADY_DEFINED
  27. #else
  28. #define yy_scan_buffer ematch__scan_buffer
  29. #endif
  30. #ifdef yy_scan_string
  31. #define ematch__scan_string_ALREADY_DEFINED
  32. #else
  33. #define yy_scan_string ematch__scan_string
  34. #endif
  35. #ifdef yy_scan_bytes
  36. #define ematch__scan_bytes_ALREADY_DEFINED
  37. #else
  38. #define yy_scan_bytes ematch__scan_bytes
  39. #endif
  40. #ifdef yy_init_buffer
  41. #define ematch__init_buffer_ALREADY_DEFINED
  42. #else
  43. #define yy_init_buffer ematch__init_buffer
  44. #endif
  45. #ifdef yy_flush_buffer
  46. #define ematch__flush_buffer_ALREADY_DEFINED
  47. #else
  48. #define yy_flush_buffer ematch__flush_buffer
  49. #endif
  50. #ifdef yy_load_buffer_state
  51. #define ematch__load_buffer_state_ALREADY_DEFINED
  52. #else
  53. #define yy_load_buffer_state ematch__load_buffer_state
  54. #endif
  55. #ifdef yy_switch_to_buffer
  56. #define ematch__switch_to_buffer_ALREADY_DEFINED
  57. #else
  58. #define yy_switch_to_buffer ematch__switch_to_buffer
  59. #endif
  60. #ifdef yypush_buffer_state
  61. #define ematch_push_buffer_state_ALREADY_DEFINED
  62. #else
  63. #define yypush_buffer_state ematch_push_buffer_state
  64. #endif
  65. #ifdef yypop_buffer_state
  66. #define ematch_pop_buffer_state_ALREADY_DEFINED
  67. #else
  68. #define yypop_buffer_state ematch_pop_buffer_state
  69. #endif
  70. #ifdef yyensure_buffer_stack
  71. #define ematch_ensure_buffer_stack_ALREADY_DEFINED
  72. #else
  73. #define yyensure_buffer_stack ematch_ensure_buffer_stack
  74. #endif
  75. #ifdef yylex
  76. #define ematch_lex_ALREADY_DEFINED
  77. #else
  78. #define yylex ematch_lex
  79. #endif
  80. #ifdef yyrestart
  81. #define ematch_restart_ALREADY_DEFINED
  82. #else
  83. #define yyrestart ematch_restart
  84. #endif
  85. #ifdef yylex_init
  86. #define ematch_lex_init_ALREADY_DEFINED
  87. #else
  88. #define yylex_init ematch_lex_init
  89. #endif
  90. #ifdef yylex_init_extra
  91. #define ematch_lex_init_extra_ALREADY_DEFINED
  92. #else
  93. #define yylex_init_extra ematch_lex_init_extra
  94. #endif
  95. #ifdef yylex_destroy
  96. #define ematch_lex_destroy_ALREADY_DEFINED
  97. #else
  98. #define yylex_destroy ematch_lex_destroy
  99. #endif
  100. #ifdef yyget_debug
  101. #define ematch_get_debug_ALREADY_DEFINED
  102. #else
  103. #define yyget_debug ematch_get_debug
  104. #endif
  105. #ifdef yyset_debug
  106. #define ematch_set_debug_ALREADY_DEFINED
  107. #else
  108. #define yyset_debug ematch_set_debug
  109. #endif
  110. #ifdef yyget_extra
  111. #define ematch_get_extra_ALREADY_DEFINED
  112. #else
  113. #define yyget_extra ematch_get_extra
  114. #endif
  115. #ifdef yyset_extra
  116. #define ematch_set_extra_ALREADY_DEFINED
  117. #else
  118. #define yyset_extra ematch_set_extra
  119. #endif
  120. #ifdef yyget_in
  121. #define ematch_get_in_ALREADY_DEFINED
  122. #else
  123. #define yyget_in ematch_get_in
  124. #endif
  125. #ifdef yyset_in
  126. #define ematch_set_in_ALREADY_DEFINED
  127. #else
  128. #define yyset_in ematch_set_in
  129. #endif
  130. #ifdef yyget_out
  131. #define ematch_get_out_ALREADY_DEFINED
  132. #else
  133. #define yyget_out ematch_get_out
  134. #endif
  135. #ifdef yyset_out
  136. #define ematch_set_out_ALREADY_DEFINED
  137. #else
  138. #define yyset_out ematch_set_out
  139. #endif
  140. #ifdef yyget_leng
  141. #define ematch_get_leng_ALREADY_DEFINED
  142. #else
  143. #define yyget_leng ematch_get_leng
  144. #endif
  145. #ifdef yyget_text
  146. #define ematch_get_text_ALREADY_DEFINED
  147. #else
  148. #define yyget_text ematch_get_text
  149. #endif
  150. #ifdef yyget_lineno
  151. #define ematch_get_lineno_ALREADY_DEFINED
  152. #else
  153. #define yyget_lineno ematch_get_lineno
  154. #endif
  155. #ifdef yyset_lineno
  156. #define ematch_set_lineno_ALREADY_DEFINED
  157. #else
  158. #define yyset_lineno ematch_set_lineno
  159. #endif
  160. #ifdef yyget_column
  161. #define ematch_get_column_ALREADY_DEFINED
  162. #else
  163. #define yyget_column ematch_get_column
  164. #endif
  165. #ifdef yyset_column
  166. #define ematch_set_column_ALREADY_DEFINED
  167. #else
  168. #define yyset_column ematch_set_column
  169. #endif
  170. #ifdef yywrap
  171. #define ematch_wrap_ALREADY_DEFINED
  172. #else
  173. #define yywrap ematch_wrap
  174. #endif
  175. #ifdef yyget_lval
  176. #define ematch_get_lval_ALREADY_DEFINED
  177. #else
  178. #define yyget_lval ematch_get_lval
  179. #endif
  180. #ifdef yyset_lval
  181. #define ematch_set_lval_ALREADY_DEFINED
  182. #else
  183. #define yyset_lval ematch_set_lval
  184. #endif
  185. #ifdef yyalloc
  186. #define ematch_alloc_ALREADY_DEFINED
  187. #else
  188. #define yyalloc ematch_alloc
  189. #endif
  190. #ifdef yyrealloc
  191. #define ematch_realloc_ALREADY_DEFINED
  192. #else
  193. #define yyrealloc ematch_realloc
  194. #endif
  195. #ifdef yyfree
  196. #define ematch_free_ALREADY_DEFINED
  197. #else
  198. #define yyfree ematch_free
  199. #endif
  200. /* First, we deal with platform-specific or compiler-specific issues. */
  201. /* begin standard C headers. */
  202. #include <stdio.h>
  203. #include <string.h>
  204. #include <errno.h>
  205. #include <stdlib.h>
  206. /* end standard C headers. */
  207. /* flex integer type definitions */
  208. #ifndef FLEXINT_H
  209. #define FLEXINT_H
  210. /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  211. #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  212. /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  213. * if you want the limit (max/min) macros for int types.
  214. */
  215. #ifndef __STDC_LIMIT_MACROS
  216. #define __STDC_LIMIT_MACROS 1
  217. #endif
  218. #include <inttypes.h>
  219. typedef int8_t flex_int8_t;
  220. typedef uint8_t flex_uint8_t;
  221. typedef int16_t flex_int16_t;
  222. typedef uint16_t flex_uint16_t;
  223. typedef int32_t flex_int32_t;
  224. typedef uint32_t flex_uint32_t;
  225. #else
  226. typedef signed char flex_int8_t;
  227. typedef short int flex_int16_t;
  228. typedef int flex_int32_t;
  229. typedef unsigned char flex_uint8_t;
  230. typedef unsigned short int flex_uint16_t;
  231. typedef unsigned int flex_uint32_t;
  232. /* Limits of integral types. */
  233. #ifndef INT8_MIN
  234. #define INT8_MIN (-128)
  235. #endif
  236. #ifndef INT16_MIN
  237. #define INT16_MIN (-32767-1)
  238. #endif
  239. #ifndef INT32_MIN
  240. #define INT32_MIN (-2147483647-1)
  241. #endif
  242. #ifndef INT8_MAX
  243. #define INT8_MAX (127)
  244. #endif
  245. #ifndef INT16_MAX
  246. #define INT16_MAX (32767)
  247. #endif
  248. #ifndef INT32_MAX
  249. #define INT32_MAX (2147483647)
  250. #endif
  251. #ifndef UINT8_MAX
  252. #define UINT8_MAX (255U)
  253. #endif
  254. #ifndef UINT16_MAX
  255. #define UINT16_MAX (65535U)
  256. #endif
  257. #ifndef UINT32_MAX
  258. #define UINT32_MAX (4294967295U)
  259. #endif
  260. #ifndef SIZE_MAX
  261. #define SIZE_MAX (~(size_t)0)
  262. #endif
  263. #endif /* ! C99 */
  264. #endif /* ! FLEXINT_H */
  265. /* begin standard C++ headers. */
  266. /* TODO: this is always defined, so inline it */
  267. #define yyconst const
  268. #if defined(__GNUC__) && __GNUC__ >= 3
  269. #define yynoreturn __attribute__((__noreturn__))
  270. #else
  271. #define yynoreturn
  272. #endif
  273. /* An opaque pointer. */
  274. #ifndef YY_TYPEDEF_YY_SCANNER_T
  275. #define YY_TYPEDEF_YY_SCANNER_T
  276. typedef void* yyscan_t;
  277. #endif
  278. /* For convenience, these vars (plus the bison vars far below)
  279. are macros in the reentrant scanner. */
  280. #define yyin yyg->yyin_r
  281. #define yyout yyg->yyout_r
  282. #define yyextra yyg->yyextra_r
  283. #define yyleng yyg->yyleng_r
  284. #define yytext yyg->yytext_r
  285. #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
  286. #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
  287. #define yy_flex_debug yyg->yy_flex_debug_r
  288. /* Size of default input buffer. */
  289. #ifndef YY_BUF_SIZE
  290. #ifdef __ia64__
  291. /* On IA-64, the buffer size is 16k, not 8k.
  292. * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
  293. * Ditto for the __ia64__ case accordingly.
  294. */
  295. #define YY_BUF_SIZE 32768
  296. #else
  297. #define YY_BUF_SIZE 16384
  298. #endif /* __ia64__ */
  299. #endif
  300. #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  301. #define YY_TYPEDEF_YY_BUFFER_STATE
  302. typedef struct yy_buffer_state *YY_BUFFER_STATE;
  303. #endif
  304. #ifndef YY_TYPEDEF_YY_SIZE_T
  305. #define YY_TYPEDEF_YY_SIZE_T
  306. typedef size_t yy_size_t;
  307. #endif
  308. #ifndef YY_STRUCT_YY_BUFFER_STATE
  309. #define YY_STRUCT_YY_BUFFER_STATE
  310. struct yy_buffer_state
  311. {
  312. FILE *yy_input_file;
  313. char *yy_ch_buf; /* input buffer */
  314. char *yy_buf_pos; /* current position in input buffer */
  315. /* Size of input buffer in bytes, not including room for EOB
  316. * characters.
  317. */
  318. int yy_buf_size;
  319. /* Number of characters read into yy_ch_buf, not including EOB
  320. * characters.
  321. */
  322. int yy_n_chars;
  323. /* Whether we "own" the buffer - i.e., we know we created it,
  324. * and can realloc() it to grow it, and should free() it to
  325. * delete it.
  326. */
  327. int yy_is_our_buffer;
  328. /* Whether this is an "interactive" input source; if so, and
  329. * if we're using stdio for input, then we want to use getc()
  330. * instead of fread(), to make sure we stop fetching input after
  331. * each newline.
  332. */
  333. int yy_is_interactive;
  334. /* Whether we're considered to be at the beginning of a line.
  335. * If so, '^' rules will be active on the next match, otherwise
  336. * not.
  337. */
  338. int yy_at_bol;
  339. int yy_bs_lineno; /**< The line count. */
  340. int yy_bs_column; /**< The column count. */
  341. /* Whether to try to fill the input buffer when we reach the
  342. * end of it.
  343. */
  344. int yy_fill_buffer;
  345. int yy_buffer_status;
  346. };
  347. #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  348. void yyrestart ( FILE *input_file , yyscan_t yyscanner );
  349. void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
  350. YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
  351. void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
  352. void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
  353. void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
  354. void yypop_buffer_state ( yyscan_t yyscanner );
  355. YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
  356. YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
  357. YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
  358. void *yyalloc ( yy_size_t , yyscan_t yyscanner );
  359. void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
  360. void yyfree ( void * , yyscan_t yyscanner );
  361. #define ematch_wrap(yyscanner) (/*CONSTCOND*/1)
  362. #define YY_SKIP_YYWRAP
  363. #define yytext_ptr yytext_r
  364. #ifdef YY_HEADER_EXPORT_START_CONDITIONS
  365. #define INITIAL 0
  366. #define QUOTE 1
  367. #endif
  368. #ifndef YY_NO_UNISTD_H
  369. /* Special case for "unistd.h", since it is non-ANSI. We include it way
  370. * down here because we want the user's section 1 to have been scanned first.
  371. * The user has a chance to override it with an option.
  372. */
  373. #include <unistd.h>
  374. #endif
  375. #ifndef YY_EXTRA_TYPE
  376. #define YY_EXTRA_TYPE void *
  377. #endif
  378. int yylex_init (yyscan_t* scanner);
  379. int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
  380. /* Accessor methods to globals.
  381. These are made visible to non-reentrant scanners for convenience. */
  382. int yylex_destroy ( yyscan_t yyscanner );
  383. int yyget_debug ( yyscan_t yyscanner );
  384. void yyset_debug ( int debug_flag , yyscan_t yyscanner );
  385. YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner );
  386. void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner );
  387. FILE *yyget_in ( yyscan_t yyscanner );
  388. void yyset_in ( FILE * _in_str , yyscan_t yyscanner );
  389. FILE *yyget_out ( yyscan_t yyscanner );
  390. void yyset_out ( FILE * _out_str , yyscan_t yyscanner );
  391. int yyget_leng ( yyscan_t yyscanner );
  392. char *yyget_text ( yyscan_t yyscanner );
  393. int yyget_lineno ( yyscan_t yyscanner );
  394. void yyset_lineno ( int _line_number , yyscan_t yyscanner );
  395. int yyget_column ( yyscan_t yyscanner );
  396. void yyset_column ( int _column_no , yyscan_t yyscanner );
  397. YYSTYPE * yyget_lval ( yyscan_t yyscanner );
  398. void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
  399. /* Macros after this point can all be overridden by user definitions in
  400. * section 1.
  401. */
  402. #ifndef YY_SKIP_YYWRAP
  403. #ifdef __cplusplus
  404. extern "C" int yywrap ( yyscan_t yyscanner );
  405. #else
  406. extern int yywrap ( yyscan_t yyscanner );
  407. #endif
  408. #endif
  409. #ifndef yytext_ptr
  410. static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner);
  411. #endif
  412. #ifdef YY_NEED_STRLEN
  413. static int yy_flex_strlen ( const char * , yyscan_t yyscanner);
  414. #endif
  415. #ifndef YY_NO_INPUT
  416. #endif
  417. /* Amount of stuff to slurp up with each read. */
  418. #ifndef YY_READ_BUF_SIZE
  419. #ifdef __ia64__
  420. /* On IA-64, the buffer size is 16k, not 8k */
  421. #define YY_READ_BUF_SIZE 16384
  422. #else
  423. #define YY_READ_BUF_SIZE 8192
  424. #endif /* __ia64__ */
  425. #endif
  426. /* Number of entries by which start-condition stack grows. */
  427. #ifndef YY_START_STACK_INCR
  428. #define YY_START_STACK_INCR 25
  429. #endif
  430. /* Default declaration of generated scanner - a define so the user can
  431. * easily add parameters.
  432. */
  433. #ifndef YY_DECL
  434. #define YY_DECL_IS_OURS 1
  435. extern int yylex \
  436. (YYSTYPE * yylval_param , yyscan_t yyscanner);
  437. #define YY_DECL int yylex \
  438. (YYSTYPE * yylval_param , yyscan_t yyscanner)
  439. #endif /* !YY_DECL */
  440. /* yy_get_previous_state - get the state just before the EOB char was reached */
  441. #undef YY_NEW_FILE
  442. #undef YY_FLUSH_BUFFER
  443. #undef yy_set_bol
  444. #undef yy_new_buffer
  445. #undef yy_set_interactive
  446. #undef YY_DO_BEFORE_ACTION
  447. #ifdef YY_DECL_IS_OURS
  448. #undef YY_DECL_IS_OURS
  449. #undef YY_DECL
  450. #endif
  451. #ifndef ematch__create_buffer_ALREADY_DEFINED
  452. #undef yy_create_buffer
  453. #endif
  454. #ifndef ematch__delete_buffer_ALREADY_DEFINED
  455. #undef yy_delete_buffer
  456. #endif
  457. #ifndef ematch__scan_buffer_ALREADY_DEFINED
  458. #undef yy_scan_buffer
  459. #endif
  460. #ifndef ematch__scan_string_ALREADY_DEFINED
  461. #undef yy_scan_string
  462. #endif
  463. #ifndef ematch__scan_bytes_ALREADY_DEFINED
  464. #undef yy_scan_bytes
  465. #endif
  466. #ifndef ematch__init_buffer_ALREADY_DEFINED
  467. #undef yy_init_buffer
  468. #endif
  469. #ifndef ematch__flush_buffer_ALREADY_DEFINED
  470. #undef yy_flush_buffer
  471. #endif
  472. #ifndef ematch__load_buffer_state_ALREADY_DEFINED
  473. #undef yy_load_buffer_state
  474. #endif
  475. #ifndef ematch__switch_to_buffer_ALREADY_DEFINED
  476. #undef yy_switch_to_buffer
  477. #endif
  478. #ifndef ematch_push_buffer_state_ALREADY_DEFINED
  479. #undef yypush_buffer_state
  480. #endif
  481. #ifndef ematch_pop_buffer_state_ALREADY_DEFINED
  482. #undef yypop_buffer_state
  483. #endif
  484. #ifndef ematch_ensure_buffer_stack_ALREADY_DEFINED
  485. #undef yyensure_buffer_stack
  486. #endif
  487. #ifndef ematch_lex_ALREADY_DEFINED
  488. #undef yylex
  489. #endif
  490. #ifndef ematch_restart_ALREADY_DEFINED
  491. #undef yyrestart
  492. #endif
  493. #ifndef ematch_lex_init_ALREADY_DEFINED
  494. #undef yylex_init
  495. #endif
  496. #ifndef ematch_lex_init_extra_ALREADY_DEFINED
  497. #undef yylex_init_extra
  498. #endif
  499. #ifndef ematch_lex_destroy_ALREADY_DEFINED
  500. #undef yylex_destroy
  501. #endif
  502. #ifndef ematch_get_debug_ALREADY_DEFINED
  503. #undef yyget_debug
  504. #endif
  505. #ifndef ematch_set_debug_ALREADY_DEFINED
  506. #undef yyset_debug
  507. #endif
  508. #ifndef ematch_get_extra_ALREADY_DEFINED
  509. #undef yyget_extra
  510. #endif
  511. #ifndef ematch_set_extra_ALREADY_DEFINED
  512. #undef yyset_extra
  513. #endif
  514. #ifndef ematch_get_in_ALREADY_DEFINED
  515. #undef yyget_in
  516. #endif
  517. #ifndef ematch_set_in_ALREADY_DEFINED
  518. #undef yyset_in
  519. #endif
  520. #ifndef ematch_get_out_ALREADY_DEFINED
  521. #undef yyget_out
  522. #endif
  523. #ifndef ematch_set_out_ALREADY_DEFINED
  524. #undef yyset_out
  525. #endif
  526. #ifndef ematch_get_leng_ALREADY_DEFINED
  527. #undef yyget_leng
  528. #endif
  529. #ifndef ematch_get_text_ALREADY_DEFINED
  530. #undef yyget_text
  531. #endif
  532. #ifndef ematch_get_lineno_ALREADY_DEFINED
  533. #undef yyget_lineno
  534. #endif
  535. #ifndef ematch_set_lineno_ALREADY_DEFINED
  536. #undef yyset_lineno
  537. #endif
  538. #ifndef ematch_get_column_ALREADY_DEFINED
  539. #undef yyget_column
  540. #endif
  541. #ifndef ematch_set_column_ALREADY_DEFINED
  542. #undef yyset_column
  543. #endif
  544. #ifndef ematch_wrap_ALREADY_DEFINED
  545. #undef yywrap
  546. #endif
  547. #ifndef ematch_get_lval_ALREADY_DEFINED
  548. #undef yyget_lval
  549. #endif
  550. #ifndef ematch_set_lval_ALREADY_DEFINED
  551. #undef yyset_lval
  552. #endif
  553. #ifndef ematch_get_lloc_ALREADY_DEFINED
  554. #undef yyget_lloc
  555. #endif
  556. #ifndef ematch_set_lloc_ALREADY_DEFINED
  557. #undef yyset_lloc
  558. #endif
  559. #ifndef ematch_alloc_ALREADY_DEFINED
  560. #undef yyalloc
  561. #endif
  562. #ifndef ematch_realloc_ALREADY_DEFINED
  563. #undef yyrealloc
  564. #endif
  565. #ifndef ematch_free_ALREADY_DEFINED
  566. #undef yyfree
  567. #endif
  568. #ifndef ematch_text_ALREADY_DEFINED
  569. #undef yytext
  570. #endif
  571. #ifndef ematch_leng_ALREADY_DEFINED
  572. #undef yyleng
  573. #endif
  574. #ifndef ematch_in_ALREADY_DEFINED
  575. #undef yyin
  576. #endif
  577. #ifndef ematch_out_ALREADY_DEFINED
  578. #undef yyout
  579. #endif
  580. #ifndef ematch__flex_debug_ALREADY_DEFINED
  581. #undef yy_flex_debug
  582. #endif
  583. #ifndef ematch_lineno_ALREADY_DEFINED
  584. #undef yylineno
  585. #endif
  586. #ifndef ematch_tables_fload_ALREADY_DEFINED
  587. #undef yytables_fload
  588. #endif
  589. #ifndef ematch_tables_destroy_ALREADY_DEFINED
  590. #undef yytables_destroy
  591. #endif
  592. #ifndef ematch_TABLES_NAME_ALREADY_DEFINED
  593. #undef yyTABLES_NAME
  594. #endif
  595. #line 163 "route/cls/ematch_grammar.l"
  596. #line 717 "route/cls/ematch_grammar.h"
  597. #undef ematch_IN_HEADER
  598. #endif /* ematch_HEADER_H */