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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy