summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-09-25 13:39:32 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-09-25 13:39:32 +0000
commit4c942d445bde602e1892b82e68f7a8bfc1c2d65b (patch)
tree0745983e4f9eef7e78fe3cf60e5307a47b167c66 /flex.skl
parentc62a50590b1cac6f67578d974dc58f8e81aafadd (diff)
include a single, automatically generated version number in flex scanners
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl6
1 files changed, 3 insertions, 3 deletions
diff --git a/flex.skl b/flex.skl
index d583078..9ba57e2 100644
--- a/flex.skl
+++ b/flex.skl
@@ -1,3 +1,4 @@
+m4_changecom
%# -*-C-*- vi: set ft=c:
/* A lexical scanner generated by flex */
@@ -5,7 +6,7 @@
%# and affect the generation of the scanner. The possible control codes are
%# listed and processed in misc.c.
%#
-%# %# - A comment. The current line is ommited from the generated scanner.
+%# %# - A comment. The current line is omitted from the generated scanner.
%# %push - Push the current state of the skel processing
%# A push is typically followed by one of the commands below.
%# %pop - Pop the state.
@@ -29,8 +30,7 @@
%# edit the skeleton.
%#
#define FLEX_SCANNER
-#define YY_FLEX_MAJOR_VERSION 2
-#define YY_FLEX_MINOR_VERSION 5
+#define YY_FLEX_VERSION VERSION
/* First, we deal with platform-specific or compiler-specific issues. */