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

Commit f0b651a

Browse files
committed
replace #Include .
1 parent 4488b69 commit f0b651a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pl/plpgsql/src/gram.y

Lines changed: 4 additions & 3 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.5 1999/08/07 04:25:02 momjian Exp $
7+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/gram.y,v 1.6 1999/08/09 00:08:52 momjian Exp $
88
*
99
* This software is copyrighted by Jan Wieck - Hamburg.
1010
*
@@ -39,6 +39,9 @@
3939
#include "stdio.h"
4040
#include "string.h"
4141
#include "plpgsql.h"
42+
#include "pl_scan.c" /* BSD Yacc doesn't like it here.
43+
It wants it after the %% */
44+
4245

4346

4447
static PLpgSQL_expr *read_sqlstmt(int until, char *s, char *sqlstart);
@@ -1079,8 +1082,6 @@ lno :
10791082

10801083
%%
10811084

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

0 commit comments

Comments
 (0)