cleanup: fix up the type of string buffers
[secnet] / conffile.fl
index 27e725d..c169b57 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>