chiark / gitweb /
cleanup: turn off some unused flex options
[secnet.git] / conffile.fl
index 27e725d078bb45b60e1404a97fe7e173f46d81aa..c169b572e8a54beae15d7d368f9d5dbc519de78f 100644 (file)
@@ -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>