projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e75f5e
)
lextest cleanup.
author
Bruce Momjian
Wed, 25 Jun 1997 22:21:29 +0000
(22:21 +0000)
committer
Bruce Momjian
Wed, 25 Jun 1997 22:21:29 +0000
(22:21 +0000)
src/lextest/scan.l
patch
|
blob
|
blame
|
history
diff --git
a/src/lextest/scan.l
b/src/lextest/scan.l
index 5a20a5fa5f048de1b630f21fc1ff80bac37de869..afc24ceb8479709f9703d769fc0fecd381f5308e 100644
(file)
--- a/
src/lextest/scan.l
+++ b/
src/lextest/scan.l
@@
-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;