Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf30a1d0

Browse files
committed
Add missing semicolon, per grip from Alex Hunsaker.
1 parent8aad333 commitf30a1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/ecpg.trailer

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.trailer,v 1.1 2008/11/14 10:03:33 meskes Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/ecpg.trailer,v 1.2 2008/11/15 22:18:05 adunstan Exp $ */
22

33
statements: /*EMPTY*/
44
| statements statement
@@ -1852,7 +1852,7 @@ ecpg_sconst:
18521852
ecpg_xconst:XCONST{ $$ = make_name(); } ;
18531853

18541854
ecpg_ident:IDENT{ $$ = make_name(); }
1855-
| CSTRING{ $$ = make3_str(make_str("\""), $1, make_str("\"")) }
1855+
| CSTRING{ $$ = make3_str(make_str("\""), $1, make_str("\"")); }
18561856
| UIDENT{ $$ = $1; }
18571857
;
18581858

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp