projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21c8ee7
)
Typo fix.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 18:36:52 +0000
(14:36 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 18:36:52 +0000
(14:36 -0400)
src/interfaces/ecpg/preproc/pgc.l
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/pgc.l
b/src/interfaces/ecpg/preproc/pgc.l
index ec71bbd2afb50ae68c2a7d72bfef516df8c80634..222049624d7c4f3fdd59d22365cdd7d442218de9 100644
(file)
--- a/
src/interfaces/ecpg/preproc/pgc.l
+++ b/
src/interfaces/ecpg/preproc/pgc.l
@@
-26,7
+26,7
@@
#include "preproc.h"
/*
- * Change symbol names as expected by preproc.
l
. It'd be better to do this
+ * Change symbol names as expected by preproc.
y
. It'd be better to do this
* with %option prefix="base_yy", but that affects some other names that
* various files expect *not* to be prefixed with "base_". Cleaning it up
* is not worth the trouble right now.