summaryrefslogtreecommitdiffstats
path: root/src/tclscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/tclscanner.l')
-rw-r--r--src/tclscanner.l7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tclscanner.l b/src/tclscanner.l
index 37eef0d..d22c5d6 100644
--- a/src/tclscanner.l
+++ b/src/tclscanner.l
@@ -3138,11 +3138,4 @@ void tclDummy()
yy_top_state();
}
-#if !defined(YY_FLEX_SUBMINOR_VERSION)
-//----------------------------------------------------------------------------
-extern "C" { // some bogus code to keep the compiler happy
- void tclscannerYYdummy() { yy_flex_realloc(0,0); }
-}
-#endif
-
#include "tclscanner.l.h"