From 00755d1a5e6f7bc43601994bb7cae0281573855c Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 18 Oct 2002 15:23:42 +0000 Subject: [PATCH] FLEX_BETA defined if flex is beta --- flex.skl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flex.skl b/flex.skl index 7288431..f6e2769 100644 --- 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. */ -- 2.40.0