File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
* procedural language
5
5
*
6
6
* 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 $
8
8
*
9
9
* This software is copyrighted by Jan Wieck - Hamburg.
10
10
*
39
39
#include " stdio.h"
40
40
#include " string.h"
41
41
#include " plpgsql.h"
42
+ #include " pl_scan.c" /* BSD Yacc doesn't like it here.
43
+ It wants it after the %% */
44
+
42
45
43
46
44
47
static PLpgSQL_expr *read_sqlstmt (int until, char *s, char *sqlstart);
@@ -1079,8 +1082,6 @@ lno :
1079
1082
1080
1083
%%
1081
1084
1082
- #include " pl_scan.c"
1083
-
1084
1085
PLpgSQL_expr *
1085
1086
plpgsql_read_expression (int until, char *s)
1086
1087
{
You can’t perform that action at this time.
0 commit comments