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

Commit4cddd48

Browse files
committed
Fix so BSD yacc works on file.
1 parentc879556 commit4cddd48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/pl/plpgsql/src/gram.y

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* procedural language
55
*
66
* IDENTIFICATION
7-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/gram.y,v 1.4 1999/03/21 02:27:47 tgl Exp $
7+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/gram.y,v 1.5 1999/08/07 04:25:02 momjian Exp $
88
*
99
* This software is copyrighted by Jan Wieck - Hamburg.
1010
*
@@ -40,7 +40,6 @@
4040
#include"string.h"
4141
#include"plpgsql.h"
4242

43-
#include"pl_scan.c"
4443

4544
staticPLpgSQL_expr*read_sqlstmt(int until,char *s,char *sqlstart);
4645
staticPLpgSQL_stmt*make_select_stmt(void);
@@ -1080,6 +1079,8 @@ lno:
10801079

10811080
%%
10821081

1082+
#include"pl_scan.c"
1083+
10831084
PLpgSQL_expr *
10841085
plpgsql_read_expression (int until,char *s)
10851086
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp