cmExprLexer.h 15 KB

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