We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e75f5e commit fc96d50Copy full SHA for fc96d50
src/lextest/scan.l
@@ -1,8 +1,10 @@
1
+%{
2
/*
3
This should work, but non-patched flex 2.5.3 fails because input()
4
doesn't return EOF or '\0'
5
Bruce Momjian <root@candle.pha.pa.us>
6
*/
7
+%}
8
%%
9
. {
10
int ch;
0 commit comments