]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.l
make epist compile with the new code base
[chaz/openbox] / util / epist / epist.l
index c3db54b8120cea77867de794fc58f791ffef1257..6c7e08a5acdb567bba9b7bd03d43b0f2de297517 100644 (file)
@@ -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 |
This page took 0.022105 seconds and 4 git commands to generate.