summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d24976b)
We do not use yyunput or yyinput. Turning them off slightly improves
the scanner performance (not that that's important) but also prevents
"defined but not used" compiler warnings.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
/* the "incl" state is used for picking up the name of an include file */
%x incl
/* 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>
%{
#include <stdio.h>
#include <stdlib.h>