summaryrefslogtreecommitdiff
path: root/util/epist/epist.l
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/epist.l')
-rw-r--r--util/epist/epist.l6
1 files changed, 5 insertions, 1 deletions
diff --git a/util/epist/epist.l b/util/epist/epist.l
index c3db54b8..6c7e08a5 100644
--- a/util/epist/epist.l
+++ b/util/epist/epist.l
@@ -8,9 +8,11 @@
#include "yacc_parser.hh"
extern YYSTYPE yylval;
-
+
%}
+%option yylineno
+
%%
\{ return OBRACE;
@@ -27,6 +29,8 @@ Mod3 |
mod3 |
Mod4 |
mod4 |
+Mod5 |
+mod5 |
Control |
control |
shift |