Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7ff1c9d

Browse files
committed
Add missing semicolon; some bison versions warn of this.
1 parent 3e3f70a commit 7ff1c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/ecpg/preproc/preproc.y

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.294 2004/08/11 22:50:35 tgl Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.295 2004/08/28 18:04:51 tgl Exp $ */
22

33
/* Copyright comment */
44
%{
@@ -5379,6 +5379,7 @@ ECPGGetDescHeaderItem: cvariable '=' desc_header_item
53795379

53805380
ECPGSetDescriptorHeader: SET SQL_DESCRIPTOR quoted_ident_stringvar ECPGSetDescHeaderItems
53815381
{ $$ = $3; }
5382+
;
53825383

53835384
ECPGSetDescHeaderItems: ECPGSetDescHeaderItem
53845385
| ECPGSetDescHeaderItems ',' ECPGSetDescHeaderItem

0 commit comments

Comments
 (0)