Skip to content

Commit 4cddd48

Browse files
committed
Fix so BSD yacc works on file.
1 parent c879556 commit 4cddd48

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
static PLpgSQL_expr *read_sqlstmt(int until, char *s, char *sqlstart);
4645
static PLpgSQL_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)
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