Lines Matching full:flex
153 cpp: simplify the Flex version checking macro
154 * src/flex-scanner,h (FLEX_VERSION): Consider YY_FLEX_SUBMINOR_VERSION
164 cpp: improve the Flex version checking macro
165 * src/flex-scanner.h (FLEX_VERSION): Here.
208 cpp: make the check of Flex version portable
211 * src/flex-scanner.h (FLEX_VERSION_GT): Rewrite and rename as...
883 prototype. Flex 2.5.37 generates this prototype:
1906 $ flex src/scan-skel.l
2964 * src/flex-scanner.h: Indent nested cpp directives.
2968 build: do not prototype flex-generated functions.
2969 Some versions of Flex, possibly modified by the distribution package
2971 Flex prototype their functions, avoid the conflicts in that case.
2975 * src/flex-scanner.h (FLEX_VERSION_GT): New.
2976 Use it to issue prototypes for flex-generated functions only for
3120 * m4/flex.m4 (AC_PROG_LEX): Prefer LEX_IS_FLEX to FLEX.
3242 build: require Flex.
3243 * configure.ac: Require Flex.
3247 build: flex.m4: check for Flex.
3248 * m4/flex.m4 (_AC_PROG_LEX_YYTEXT_DECL): Check that $LEX
3249 supports some of the Flex options, and exclusive start conditions.
3250 Define FLEX to 'yes'/'', as AC_PROG_CC does for GCC.
3254 build: flex.m4: quote properly.
3255 * m4/flex.m4: Use quotes more systematically.
3259 build: flex.m4.
3260 * m4/flex.m4: New.
3675 * src/flex-scanner.h, src/gram.c, src/lalr.c,