diff options
Diffstat (limited to 'rcfile_l.l')
-rw-r--r-- | rcfile_l.l | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -27,14 +27,16 @@ int prc_lineno = 1; #define YY_NO_INPUT +int yywrap(void) { return 1; } + %} -%option nounput noyywrap -%option warn nodefault -%option 8bit batch +%option nounput yywrap warn nodefault 8bit batch %s NAME AUTH + + %% \"[^\"]*\" | |