errorscanner.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  1. #ifndef error_HEADER_H
  2. #define error_HEADER_H 1
  3. #define error_IN_HEADER 1
  4. #line 10 "errorlexer.l"
  5. /*
  6. * This file is part of Wireless Display Software for Linux OS
  7. *
  8. * Copyright (C) 2015 Intel Corporation.
  9. *
  10. * This library is free software; you can redistribute it and/or
  11. * modify it under the terms of the GNU Lesser General Public
  12. * License as published by the Free Software Foundation; either
  13. * version 2.1 of the License, or (at your option) any later version.
  14. *
  15. * This library is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  18. * Lesser General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Lesser General Public
  21. * License along with this library; if not, write to the Free Software
  22. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  23. * 02110-1301 USA
  24. */
  25. #include <stdint.h>
  26. #define YY_NO_UNISTD_H 1
  27. #define YY_INT_ALIGNED short int
  28. /* A lexical scanner generated by flex */
  29. #define FLEX_SCANNER
  30. #define YY_FLEX_MAJOR_VERSION 2
  31. #define YY_FLEX_MINOR_VERSION 6
  32. #define YY_FLEX_SUBMINOR_VERSION 4
  33. #if YY_FLEX_SUBMINOR_VERSION > 0
  34. #define FLEX_BETA
  35. #endif
  36. #ifdef yy_create_buffer
  37. #define error__create_buffer_ALREADY_DEFINED
  38. #else
  39. #define yy_create_buffer error__create_buffer
  40. #endif
  41. #ifdef yy_delete_buffer
  42. #define error__delete_buffer_ALREADY_DEFINED
  43. #else
  44. #define yy_delete_buffer error__delete_buffer
  45. #endif
  46. #ifdef yy_scan_buffer
  47. #define error__scan_buffer_ALREADY_DEFINED
  48. #else
  49. #define yy_scan_buffer error__scan_buffer
  50. #endif
  51. #ifdef yy_scan_string
  52. #define error__scan_string_ALREADY_DEFINED
  53. #else
  54. #define yy_scan_string error__scan_string
  55. #endif
  56. #ifdef yy_scan_bytes
  57. #define error__scan_bytes_ALREADY_DEFINED
  58. #else
  59. #define yy_scan_bytes error__scan_bytes
  60. #endif
  61. #ifdef yy_init_buffer
  62. #define error__init_buffer_ALREADY_DEFINED
  63. #else
  64. #define yy_init_buffer error__init_buffer
  65. #endif
  66. #ifdef yy_flush_buffer
  67. #define error__flush_buffer_ALREADY_DEFINED
  68. #else
  69. #define yy_flush_buffer error__flush_buffer
  70. #endif
  71. #ifdef yy_load_buffer_state
  72. #define error__load_buffer_state_ALREADY_DEFINED
  73. #else
  74. #define yy_load_buffer_state error__load_buffer_state
  75. #endif
  76. #ifdef yy_switch_to_buffer
  77. #define error__switch_to_buffer_ALREADY_DEFINED
  78. #else
  79. #define yy_switch_to_buffer error__switch_to_buffer
  80. #endif
  81. #ifdef yypush_buffer_state
  82. #define error_push_buffer_state_ALREADY_DEFINED
  83. #else
  84. #define yypush_buffer_state error_push_buffer_state
  85. #endif
  86. #ifdef yypop_buffer_state
  87. #define error_pop_buffer_state_ALREADY_DEFINED
  88. #else
  89. #define yypop_buffer_state error_pop_buffer_state
  90. #endif
  91. #ifdef yyensure_buffer_stack
  92. #define error_ensure_buffer_stack_ALREADY_DEFINED
  93. #else
  94. #define yyensure_buffer_stack error_ensure_buffer_stack
  95. #endif
  96. #ifdef yylex
  97. #define error_lex_ALREADY_DEFINED
  98. #else
  99. #define yylex error_lex
  100. #endif
  101. #ifdef yyrestart
  102. #define error_restart_ALREADY_DEFINED
  103. #else
  104. #define yyrestart error_restart
  105. #endif
  106. #ifdef yylex_init
  107. #define error_lex_init_ALREADY_DEFINED
  108. #else
  109. #define yylex_init error_lex_init
  110. #endif
  111. #ifdef yylex_init_extra
  112. #define error_lex_init_extra_ALREADY_DEFINED
  113. #else
  114. #define yylex_init_extra error_lex_init_extra
  115. #endif
  116. #ifdef yylex_destroy
  117. #define error_lex_destroy_ALREADY_DEFINED
  118. #else
  119. #define yylex_destroy error_lex_destroy
  120. #endif
  121. #ifdef yyget_debug
  122. #define error_get_debug_ALREADY_DEFINED
  123. #else
  124. #define yyget_debug error_get_debug
  125. #endif
  126. #ifdef yyset_debug
  127. #define error_set_debug_ALREADY_DEFINED
  128. #else
  129. #define yyset_debug error_set_debug
  130. #endif
  131. #ifdef yyget_extra
  132. #define error_get_extra_ALREADY_DEFINED
  133. #else
  134. #define yyget_extra error_get_extra
  135. #endif
  136. #ifdef yyset_extra
  137. #define error_set_extra_ALREADY_DEFINED
  138. #else
  139. #define yyset_extra error_set_extra
  140. #endif
  141. #ifdef yyget_in
  142. #define error_get_in_ALREADY_DEFINED
  143. #else
  144. #define yyget_in error_get_in
  145. #endif
  146. #ifdef yyset_in
  147. #define error_set_in_ALREADY_DEFINED
  148. #else
  149. #define yyset_in error_set_in
  150. #endif
  151. #ifdef yyget_out
  152. #define error_get_out_ALREADY_DEFINED
  153. #else
  154. #define yyget_out error_get_out
  155. #endif
  156. #ifdef yyset_out
  157. #define error_set_out_ALREADY_DEFINED
  158. #else
  159. #define yyset_out error_set_out
  160. #endif
  161. #ifdef yyget_leng
  162. #define error_get_leng_ALREADY_DEFINED
  163. #else
  164. #define yyget_leng error_get_leng
  165. #endif
  166. #ifdef yyget_text
  167. #define error_get_text_ALREADY_DEFINED
  168. #else
  169. #define yyget_text error_get_text
  170. #endif
  171. #ifdef yyget_lineno
  172. #define error_get_lineno_ALREADY_DEFINED
  173. #else
  174. #define yyget_lineno error_get_lineno
  175. #endif
  176. #ifdef yyset_lineno
  177. #define error_set_lineno_ALREADY_DEFINED
  178. #else
  179. #define yyset_lineno error_set_lineno
  180. #endif
  181. #ifdef yyget_column
  182. #define error_get_column_ALREADY_DEFINED
  183. #else
  184. #define yyget_column error_get_column
  185. #endif
  186. #ifdef yyset_column
  187. #define error_set_column_ALREADY_DEFINED
  188. #else
  189. #define yyset_column error_set_column
  190. #endif
  191. #ifdef yywrap
  192. #define error_wrap_ALREADY_DEFINED
  193. #else
  194. #define yywrap error_wrap
  195. #endif
  196. #ifdef yyget_lval
  197. #define error_get_lval_ALREADY_DEFINED
  198. #else
  199. #define yyget_lval error_get_lval
  200. #endif
  201. #ifdef yyset_lval
  202. #define error_set_lval_ALREADY_DEFINED
  203. #else
  204. #define yyset_lval error_set_lval
  205. #endif
  206. #ifdef yyalloc
  207. #define error_alloc_ALREADY_DEFINED
  208. #else
  209. #define yyalloc error_alloc
  210. #endif
  211. #ifdef yyrealloc
  212. #define error_realloc_ALREADY_DEFINED
  213. #else
  214. #define yyrealloc error_realloc
  215. #endif
  216. #ifdef yyfree
  217. #define error_free_ALREADY_DEFINED
  218. #else
  219. #define yyfree error_free
  220. #endif
  221. /* First, we deal with platform-specific or compiler-specific issues. */
  222. /* begin standard C headers. */
  223. #include <stdio.h>
  224. #include <string.h>
  225. #include <errno.h>
  226. #include <stdlib.h>
  227. /* end standard C headers. */
  228. /* flex integer type definitions */
  229. #ifndef FLEXINT_H
  230. #define FLEXINT_H
  231. /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  232. #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  233. /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  234. * if you want the limit (max/min) macros for int types.
  235. */
  236. #ifndef __STDC_LIMIT_MACROS
  237. #define __STDC_LIMIT_MACROS 1
  238. #endif
  239. #include <inttypes.h>
  240. typedef int8_t flex_int8_t;
  241. typedef uint8_t flex_uint8_t;
  242. typedef int16_t flex_int16_t;
  243. typedef uint16_t flex_uint16_t;
  244. typedef int32_t flex_int32_t;
  245. typedef uint32_t flex_uint32_t;
  246. #else
  247. typedef signed char flex_int8_t;
  248. typedef short int flex_int16_t;
  249. typedef int flex_int32_t;
  250. typedef unsigned char flex_uint8_t;
  251. typedef unsigned short int flex_uint16_t;
  252. typedef unsigned int flex_uint32_t;
  253. /* Limits of integral types. */
  254. #ifndef INT8_MIN
  255. #define INT8_MIN (-128)
  256. #endif
  257. #ifndef INT16_MIN
  258. #define INT16_MIN (-32767-1)
  259. #endif
  260. #ifndef INT32_MIN
  261. #define INT32_MIN (-2147483647-1)
  262. #endif
  263. #ifndef INT8_MAX
  264. #define INT8_MAX (127)
  265. #endif
  266. #ifndef INT16_MAX
  267. #define INT16_MAX (32767)
  268. #endif
  269. #ifndef INT32_MAX
  270. #define INT32_MAX (2147483647)
  271. #endif
  272. #ifndef UINT8_MAX
  273. #define UINT8_MAX (255U)
  274. #endif
  275. #ifndef UINT16_MAX
  276. #define UINT16_MAX (65535U)
  277. #endif
  278. #ifndef UINT32_MAX
  279. #define UINT32_MAX (4294967295U)
  280. #endif
  281. #ifndef SIZE_MAX
  282. #define SIZE_MAX (~(size_t)0)
  283. #endif
  284. #endif /* ! C99 */
  285. #endif /* ! FLEXINT_H */
  286. /* begin standard C++ headers. */
  287. /* TODO: this is always defined, so inline it */
  288. #define yyconst const
  289. #if defined(__GNUC__) && __GNUC__ >= 3
  290. #define yynoreturn __attribute__((__noreturn__))
  291. #else
  292. #define yynoreturn
  293. #endif
  294. /* An opaque pointer. */
  295. #ifndef YY_TYPEDEF_YY_SCANNER_T
  296. #define YY_TYPEDEF_YY_SCANNER_T
  297. typedef void* yyscan_t;
  298. #endif
  299. /* For convenience, these vars (plus the bison vars far below)
  300. are macros in the reentrant scanner. */
  301. #define yyin yyg->yyin_r
  302. #define yyout yyg->yyout_r
  303. #define yyextra yyg->yyextra_r
  304. #define yyleng yyg->yyleng_r
  305. #define yytext yyg->yytext_r
  306. #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
  307. #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
  308. #define yy_flex_debug yyg->yy_flex_debug_r
  309. /* Size of default input buffer. */
  310. #ifndef YY_BUF_SIZE
  311. #ifdef __ia64__
  312. /* On IA-64, the buffer size is 16k, not 8k.
  313. * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
  314. * Ditto for the __ia64__ case accordingly.
  315. */
  316. #define YY_BUF_SIZE 32768
  317. #else
  318. #define YY_BUF_SIZE 16384
  319. #endif /* __ia64__ */
  320. #endif
  321. #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  322. #define YY_TYPEDEF_YY_BUFFER_STATE
  323. typedef struct yy_buffer_state *YY_BUFFER_STATE;
  324. #endif
  325. #ifndef YY_TYPEDEF_YY_SIZE_T
  326. #define YY_TYPEDEF_YY_SIZE_T
  327. typedef size_t yy_size_t;
  328. #endif
  329. #ifndef YY_STRUCT_YY_BUFFER_STATE
  330. #define YY_STRUCT_YY_BUFFER_STATE
  331. struct yy_buffer_state {
  332. FILE* yy_input_file;
  333. char* yy_ch_buf; /* input buffer */
  334. char* yy_buf_pos; /* current position in input buffer */
  335. /* Size of input buffer in bytes, not including room for EOB
  336. * characters.
  337. */
  338. int yy_buf_size;
  339. /* Number of characters read into yy_ch_buf, not including EOB
  340. * characters.
  341. */
  342. int yy_n_chars;
  343. /* Whether we "own" the buffer - i.e., we know we created it,
  344. * and can realloc() it to grow it, and should free() it to
  345. * delete it.
  346. */
  347. int yy_is_our_buffer;
  348. /* Whether this is an "interactive" input source; if so, and
  349. * if we're using stdio for input, then we want to use getc()
  350. * instead of fread(), to make sure we stop fetching input after
  351. * each newline.
  352. */
  353. int yy_is_interactive;
  354. /* Whether we're considered to be at the beginning of a line.
  355. * If so, '^' rules will be active on the next match, otherwise
  356. * not.
  357. */
  358. int yy_at_bol;
  359. int yy_bs_lineno; /**< The line count. */
  360. int yy_bs_column; /**< The column count. */
  361. /* Whether to try to fill the input buffer when we reach the
  362. * end of it.
  363. */
  364. int yy_fill_buffer;
  365. int yy_buffer_status;
  366. };
  367. #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  368. void yyrestart(FILE* input_file, yyscan_t yyscanner);
  369. void yy_switch_to_buffer(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
  370. YY_BUFFER_STATE yy_create_buffer(FILE* file, int size, yyscan_t yyscanner);
  371. void yy_delete_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner);
  372. void yy_flush_buffer(YY_BUFFER_STATE b, yyscan_t yyscanner);
  373. void yypush_buffer_state(YY_BUFFER_STATE new_buffer, yyscan_t yyscanner);
  374. void yypop_buffer_state(yyscan_t yyscanner);
  375. YY_BUFFER_STATE yy_scan_buffer(char* base, yy_size_t size, yyscan_t yyscanner);
  376. YY_BUFFER_STATE yy_scan_string(const char* yy_str, yyscan_t yyscanner);
  377. YY_BUFFER_STATE yy_scan_bytes(const char* bytes, int len, yyscan_t yyscanner);
  378. void* yyalloc(yy_size_t, yyscan_t yyscanner);
  379. void* yyrealloc(void*, yy_size_t, yyscan_t yyscanner);
  380. void yyfree(void*, yyscan_t yyscanner);
  381. /* Begin user sect3 */
  382. #define error_wrap(yyscanner) (/*CONSTCOND*/ 1)
  383. #define YY_SKIP_YYWRAP
  384. #define yytext_ptr yytext_r
  385. #ifdef YY_HEADER_EXPORT_START_CONDITIONS
  386. #define INITIAL 0
  387. #endif
  388. #ifndef YY_NO_UNISTD_H
  389. /* Special case for "unistd.h", since it is non-ANSI. We include it way
  390. * down here because we want the user's section 1 to have been scanned
  391. * first. The user has a chance to override it with an option.
  392. */
  393. #include <unistd.h>
  394. #endif
  395. #define YY_EXTRA_TYPE bool
  396. int yylex_init(yyscan_t* scanner);
  397. int yylex_init_extra(YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
  398. /* Accessor methods to globals.
  399. These are made visible to non-reentrant scanners for convenience. */
  400. int yylex_destroy(yyscan_t yyscanner);
  401. int yyget_debug(yyscan_t yyscanner);
  402. void yyset_debug(int debug_flag, yyscan_t yyscanner);
  403. YY_EXTRA_TYPE yyget_extra(yyscan_t yyscanner);
  404. void yyset_extra(YY_EXTRA_TYPE user_defined, yyscan_t yyscanner);
  405. FILE* yyget_in(yyscan_t yyscanner);
  406. void yyset_in(FILE* _in_str, yyscan_t yyscanner);
  407. FILE* yyget_out(yyscan_t yyscanner);
  408. void yyset_out(FILE* _out_str, yyscan_t yyscanner);
  409. int yyget_leng(yyscan_t yyscanner);
  410. char* yyget_text(yyscan_t yyscanner);
  411. int yyget_lineno(yyscan_t yyscanner);
  412. void yyset_lineno(int _line_number, yyscan_t yyscanner);
  413. int yyget_column(yyscan_t yyscanner);
  414. void yyset_column(int _column_no, yyscan_t yyscanner);
  415. YYSTYPE* yyget_lval(yyscan_t yyscanner);
  416. void yyset_lval(YYSTYPE* yylval_param, yyscan_t yyscanner);
  417. /* Macros after this point can all be overridden by user definitions in
  418. * section 1.
  419. */
  420. #ifndef YY_SKIP_YYWRAP
  421. #ifdef __cplusplus
  422. extern "C" int yywrap(yyscan_t yyscanner);
  423. #else
  424. extern int yywrap(yyscan_t yyscanner);
  425. #endif
  426. #endif
  427. #ifndef yytext_ptr
  428. static void yy_flex_strncpy(char*, const char*, int, yyscan_t yyscanner);
  429. #endif
  430. #ifdef YY_NEED_STRLEN
  431. static int yy_flex_strlen(const char*, yyscan_t yyscanner);
  432. #endif
  433. #ifndef YY_NO_INPUT
  434. #endif
  435. /* Amount of stuff to slurp up with each read. */
  436. #ifndef YY_READ_BUF_SIZE
  437. #ifdef __ia64__
  438. /* On IA-64, the buffer size is 16k, not 8k */
  439. #define YY_READ_BUF_SIZE 16384
  440. #else
  441. #define YY_READ_BUF_SIZE 8192
  442. #endif /* __ia64__ */
  443. #endif
  444. /* Number of entries by which start-condition stack grows. */
  445. #ifndef YY_START_STACK_INCR
  446. #define YY_START_STACK_INCR 25
  447. #endif
  448. /* Default declaration of generated scanner - a define so the user can
  449. * easily add parameters.
  450. */
  451. #ifndef YY_DECL
  452. #define YY_DECL_IS_OURS 1
  453. extern int yylex(YYSTYPE* yylval_param, yyscan_t yyscanner);
  454. #define YY_DECL int yylex(YYSTYPE* yylval_param, yyscan_t yyscanner)
  455. #endif /* !YY_DECL */
  456. /* yy_get_previous_state - get the state just before the EOB char was reached */
  457. #undef YY_NEW_FILE
  458. #undef YY_FLUSH_BUFFER
  459. #undef yy_set_bol
  460. #undef yy_new_buffer
  461. #undef yy_set_interactive
  462. #undef YY_DO_BEFORE_ACTION
  463. #ifdef YY_DECL_IS_OURS
  464. #undef YY_DECL_IS_OURS
  465. #undef YY_DECL
  466. #endif
  467. #ifndef error__create_buffer_ALREADY_DEFINED
  468. #undef yy_create_buffer
  469. #endif
  470. #ifndef error__delete_buffer_ALREADY_DEFINED
  471. #undef yy_delete_buffer
  472. #endif
  473. #ifndef error__scan_buffer_ALREADY_DEFINED
  474. #undef yy_scan_buffer
  475. #endif
  476. #ifndef error__scan_string_ALREADY_DEFINED
  477. #undef yy_scan_string
  478. #endif
  479. #ifndef error__scan_bytes_ALREADY_DEFINED
  480. #undef yy_scan_bytes
  481. #endif
  482. #ifndef error__init_buffer_ALREADY_DEFINED
  483. #undef yy_init_buffer
  484. #endif
  485. #ifndef error__flush_buffer_ALREADY_DEFINED
  486. #undef yy_flush_buffer
  487. #endif
  488. #ifndef error__load_buffer_state_ALREADY_DEFINED
  489. #undef yy_load_buffer_state
  490. #endif
  491. #ifndef error__switch_to_buffer_ALREADY_DEFINED
  492. #undef yy_switch_to_buffer
  493. #endif
  494. #ifndef error_push_buffer_state_ALREADY_DEFINED
  495. #undef yypush_buffer_state
  496. #endif
  497. #ifndef error_pop_buffer_state_ALREADY_DEFINED
  498. #undef yypop_buffer_state
  499. #endif
  500. #ifndef error_ensure_buffer_stack_ALREADY_DEFINED
  501. #undef yyensure_buffer_stack
  502. #endif
  503. #ifndef error_lex_ALREADY_DEFINED
  504. #undef yylex
  505. #endif
  506. #ifndef error_restart_ALREADY_DEFINED
  507. #undef yyrestart
  508. #endif
  509. #ifndef error_lex_init_ALREADY_DEFINED
  510. #undef yylex_init
  511. #endif
  512. #ifndef error_lex_init_extra_ALREADY_DEFINED
  513. #undef yylex_init_extra
  514. #endif
  515. #ifndef error_lex_destroy_ALREADY_DEFINED
  516. #undef yylex_destroy
  517. #endif
  518. #ifndef error_get_debug_ALREADY_DEFINED
  519. #undef yyget_debug
  520. #endif
  521. #ifndef error_set_debug_ALREADY_DEFINED
  522. #undef yyset_debug
  523. #endif
  524. #ifndef error_get_extra_ALREADY_DEFINED
  525. #undef yyget_extra
  526. #endif
  527. #ifndef error_set_extra_ALREADY_DEFINED
  528. #undef yyset_extra
  529. #endif
  530. #ifndef error_get_in_ALREADY_DEFINED
  531. #undef yyget_in
  532. #endif
  533. #ifndef error_set_in_ALREADY_DEFINED
  534. #undef yyset_in
  535. #endif
  536. #ifndef error_get_out_ALREADY_DEFINED
  537. #undef yyget_out
  538. #endif
  539. #ifndef error_set_out_ALREADY_DEFINED
  540. #undef yyset_out
  541. #endif
  542. #ifndef error_get_leng_ALREADY_DEFINED
  543. #undef yyget_leng
  544. #endif
  545. #ifndef error_get_text_ALREADY_DEFINED
  546. #undef yyget_text
  547. #endif
  548. #ifndef error_get_lineno_ALREADY_DEFINED
  549. #undef yyget_lineno
  550. #endif
  551. #ifndef error_set_lineno_ALREADY_DEFINED
  552. #undef yyset_lineno
  553. #endif
  554. #ifndef error_get_column_ALREADY_DEFINED
  555. #undef yyget_column
  556. #endif
  557. #ifndef error_set_column_ALREADY_DEFINED
  558. #undef yyset_column
  559. #endif
  560. #ifndef error_wrap_ALREADY_DEFINED
  561. #undef yywrap
  562. #endif
  563. #ifndef error_get_lval_ALREADY_DEFINED
  564. #undef yyget_lval
  565. #endif
  566. #ifndef error_set_lval_ALREADY_DEFINED
  567. #undef yyset_lval
  568. #endif
  569. #ifndef error_get_lloc_ALREADY_DEFINED
  570. #undef yyget_lloc
  571. #endif
  572. #ifndef error_set_lloc_ALREADY_DEFINED
  573. #undef yyset_lloc
  574. #endif
  575. #ifndef error_alloc_ALREADY_DEFINED
  576. #undef yyalloc
  577. #endif
  578. #ifndef error_realloc_ALREADY_DEFINED
  579. #undef yyrealloc
  580. #endif
  581. #ifndef error_free_ALREADY_DEFINED
  582. #undef yyfree
  583. #endif
  584. #ifndef error_text_ALREADY_DEFINED
  585. #undef yytext
  586. #endif
  587. #ifndef error_leng_ALREADY_DEFINED
  588. #undef yyleng
  589. #endif
  590. #ifndef error_in_ALREADY_DEFINED
  591. #undef yyin
  592. #endif
  593. #ifndef error_out_ALREADY_DEFINED
  594. #undef yyout
  595. #endif
  596. #ifndef error__flex_debug_ALREADY_DEFINED
  597. #undef yy_flex_debug
  598. #endif
  599. #ifndef error_lineno_ALREADY_DEFINED
  600. #undef yylineno
  601. #endif
  602. #ifndef error_tables_fload_ALREADY_DEFINED
  603. #undef yytables_fload
  604. #endif
  605. #ifndef error_tables_destroy_ALREADY_DEFINED
  606. #undef yytables_destroy
  607. #endif
  608. #ifndef error_TABLES_NAME_ALREADY_DEFINED
  609. #undef yyTABLES_NAME
  610. #endif
  611. #undef error_IN_HEADER
  612. #endif /* error_HEADER_H */