]> git.saurik.com Git - bison.git/blobdiff - src/flex-scanner.h
yacc.c: scope reduction
[bison.git] / src / flex-scanner.h
index dbb01dbd0a70eaf4f09951f9874b6095bf80a2b5..c854c29a43855a34f666241f253b86702cb11012 100644 (file)
 #endif
 
 /* Flex full version as a number.  */
-#ifdef YY_FLEX_SUBMINOR_VERSION
-# define FLEX_VERSION                   \
+#define FLEX_VERSION                    \
   ((YY_FLEX_MAJOR_VERSION) * 1000000    \
    + (YY_FLEX_MINOR_VERSION) * 1000     \
    + (YY_FLEX_SUBMINOR_VERSION))
-#else
-# define FLEX_VERSION                   \
-  ((YY_FLEX_MAJOR_VERSION) * 1000000    \
-   + (YY_FLEX_MINOR_VERSION) * 1000)
-#endif
 
 /* Pacify "gcc -Wmissing-prototypes" when flex 2.5.31 is used.  */
 # if FLEX_VERSION <= 2005031