summaryrefslogtreecommitdiff
path: root/src/fscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/fscanner.l')
-rw-r--r--src/fscanner.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fscanner.l b/src/fscanner.l
index a0e6959..43728e7 100644
--- a/src/fscanner.l
+++ b/src/fscanner.l
@@ -50,8 +50,9 @@
#endif
#define IFLEVELINC 5 /* #if nesting level size increment */
+#define YY_NO_TOP_STATE 1
-static char const rcsid[] = "$Id: fscanner.l,v 1.12 2006/09/30 20:29:14 broeker Exp $";
+static char const rcsid[] = "$Id: fscanner.l,v 1.13 2007/01/07 12:41:23 broeker Exp $";
int first; /* buffer index for first char of symbol */
int last; /* buffer index for last char of symbol */
@@ -125,6 +126,7 @@ static void my_yymore(void);
#endif /* !COMMENTS_BY_FLEX*/
+
%}
identifier [a-zA-Z_$][a-zA-Z_0-9$]*
number \.?[0-9][.0-9a-fA-FlLuUxX]*