chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup: turn off some unused flex options
[secnet]
/
conffile.fl
diff --git
a/conffile.fl
b/conffile.fl
index 27e725d078bb45b60e1404a97fe7e173f46d81aa..c169b572e8a54beae15d7d368f9d5dbc519de78f 100644
(file)
--- a/
conffile.fl
+++ b/
conffile.fl
@@
-1,6
+1,9
@@
/* the "incl" state is used for picking up the name of an include file */
%x incl
+%option nounput
+%option noinput
+
%{
#include <stdio.h>
#include <stdlib.h>