File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
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.9 1999/09/20 02:12:31 momjian Exp $
6
+ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.10 1999/09/20 22:28:05 momjian 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
- extern PLPGSQL_YYSTYPE plpgsql_yylval ;
70
- extern char plpgsql_yytext [];
71
-
72
- /* We have to define this as non-extern somewhere for bsdi bjm 1999/09/19 */
73
- int plpgsql_yylineno ;
74
-
69
+ PLPGSQL_YYSTYPE plpgsql_yylval ;
70
+ char plpgsql_yytext [];
71
+ int plpgsql_yylineno ;
75
72
void plpgsql_yyerror (const char * s );
76
73
77
74
/* ----------
You can’t perform that action at this time.
0 commit comments