]> granicus.if.org Git - flex/commitdiff
FLEX_BETA defined if flex is beta
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 18 Oct 2002 15:23:42 +0000 (15:23 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 18 Oct 2002 15:23:42 +0000 (15:23 +0000)
flex.skl

index 728843126d6c2285276abe9c1c55ae0834cb8d4d..f6e276997e271b02e9f5ea1c975905e34239fcb0 100644 (file)
--- a/flex.skl
+++ b/flex.skl
@@ -32,7 +32,10 @@ m4_changecom
 #define FLEX_SCANNER
 #define YY_FLEX_MAJOR_VERSION FLEX_MAJOR_VERSION
 #define YY_FLEX_MINOR_VERSION FLEX_MINOR_VERSION
-#define YY_FLEX_SUBMINOR_VERSION FLEX_SUBMINOR_VERSION 
+#define YY_FLEX_SUBMINOR_VERSION FLEX_SUBMINOR_VERSION
+#if YY_FLEX_SUBMINOR_VERSION > 0
+#define FLEX_BETA
+#endif
 
 /* First, we deal with  platform-specific or compiler-specific issues. */