Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fc96d50

Browse files
committed
lextest cleanup.
1 parent 7e75f5e commit fc96d50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lextest/scan.l

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
%{
12
/*
23
This should work, but non-patched flex 2.5.3 fails because input()
34
doesn't return EOF or '\0'
45
Bruce Momjian <root@candle.pha.pa.us>
56
*/
7+
%}
68
%%
79
. {
810
int ch;

0 commit comments

Comments
 (0)