mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Define plpgsql_yylineno as non-extern somewhere for bsdi.
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
* procedural language
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.8 1999/07/15 15:21:46 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.9 1999/09/20 02:12:31 momjian Exp $
|
||||
*
|
||||
* This software is copyrighted by Jan Wieck - Hamburg.
|
||||
*
|
||||
@ -67,9 +67,11 @@
|
||||
* ----------
|
||||
*/
|
||||
extern PLPGSQL_YYSTYPE plpgsql_yylval;
|
||||
extern int plpgsql_yylineno;
|
||||
extern char plpgsql_yytext[];
|
||||
|
||||
/* We have to define this as non-extern somewhere for bsdi bjm 1999/09/19 */
|
||||
int plpgsql_yylineno;
|
||||
|
||||
void plpgsql_yyerror(const char *s);
|
||||
|
||||
/* ----------
|
||||
|
Reference in New Issue
Block a user