lextest cleanup.
authorBruce Momjian
Wed, 25 Jun 1997 22:21:29 +0000 (22:21 +0000)
committerBruce Momjian
Wed, 25 Jun 1997 22:21:29 +0000 (22:21 +0000)
src/lextest/scan.l

index 5a20a5fa5f048de1b630f21fc1ff80bac37de869..afc24ceb8479709f9703d769fc0fecd381f5308e 100644 (file)
@@ -1,8 +1,10 @@
+%{
 /*
    This should work, but non-patched flex 2.5.3 fails because input()
    doesn't return EOF or '\0'
    Bruce Momjian 
 */
+%}
 %%
 .      {
            int ch;