Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc96d50

Browse files
committedJun 25, 1997
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‎

Lines changed: 2 additions & 0 deletions
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)
Failed to load comments.