X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fepist.l;h=6c7e08a5acdb567bba9b7bd03d43b0f2de297517;hb=f1b9e2168d8c1b03b0fcf0b6dd70aa46c513059d;hp=e545054a93133506fdc77c1ebd7a52b042126da0;hpb=656478e3cc1c916b16b0da42ca6c11471e5817ea;p=chaz%2Fopenbox diff --git a/util/epist/epist.l b/util/epist/epist.l index e545054a..6c7e08a5 100644 --- a/util/epist/epist.l +++ b/util/epist/epist.l @@ -1,12 +1,18 @@ %{ +#ifdef HAVE_CONFIG_H +# include "../../config.h" +#endif // HAVE_CONFIG_H + #include #include #include "yacc_parser.hh" extern YYSTYPE yylval; - + %} +%option yylineno + %% \{ return OBRACE; @@ -23,6 +29,8 @@ Mod3 | mod3 | Mod4 | mod4 | +Mod5 | +mod5 | Control | control | shift |