projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4377a9a
)
Add missing semicolon, per Johann Uhrmann.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 22 Oct 2003 16:43:42 +0000
(16:43 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 22 Oct 2003 16:43:42 +0000
(16:43 +0000)
Avoids warnings from newer bisons.
src/interfaces/ecpg/preproc/preproc.y
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/preproc.y
b/src/interfaces/ecpg/preproc/preproc.y
index 673d137f2a374fa3531ffb520e52dd0af42eb3ce..408c3b860530145b31258efb46c2da703920d563 100644
(file)
--- a/
src/interfaces/ecpg/preproc/preproc.y
+++ b/
src/interfaces/ecpg/preproc/preproc.y
@@
-1,4
+1,4
@@
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.26
2 2003/10/06 06:44:55 meskes
Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.26
3 2003/10/22 16:43:42 tgl
Exp $ */
/* Copyright comment */
%{
@@
-5248,6
+5248,7
@@
execstring: char_variable
prepared_name: name { $$ = make3_str(make_str("\""), $1, make_str("\"")); }
| char_variable { $$ = $1; }
+ ;
/*
* the exec sql free command to deallocate a previously