File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
* procedural language
4
4
*
5
5
* IDENTIFICATION
6
- * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.13 1999/11/22 17:56:39 momjian Exp $
6
+ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.14 1999/12/20 01:41:32 tgl Exp $
7
7
*
8
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
9
*
66
66
* Variables in the parser that shouldn't go into plpgsql.h
67
67
* ----------
68
68
*/
69
- PLPGSQL_YYSTYPE plpgsql_yylval ;
70
- char plpgsql_yytext [];
71
- int plpgsql_yylineno ;
72
- void plpgsql_yyerror (const char * s );
69
+ extern PLPGSQL_YYSTYPE plpgsql_yylval ;
70
+ extern char plpgsql_yytext [];
71
+ extern int plpgsql_yylineno ;
73
72
74
73
/* ----------
75
74
* Our own local and global variables
@@ -91,6 +90,8 @@ PLpgSQL_function *plpgsql_curr_compile;
91
90
* Local function declarations
92
91
* ----------
93
92
*/
93
+ extern void plpgsql_yyerror (const char * s );
94
+
94
95
static char * xlateSqlType (char * name );
95
96
96
97
You can’t perform that action at this time.
0 commit comments