Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80751a7

Browse files
committed
Make proper plpgsql non-externs.
1 parent77bbd71 commit80751a7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

‎src/pl/plpgsql/src/pl_comp.c

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* procedural language
44
*
55
* IDENTIFICATION
6-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.9 1999/09/2002:12:31 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.10 1999/09/2022:28:05 momjian Exp $
77
*
88
* This software is copyrighted by Jan Wieck - Hamburg.
99
*
@@ -66,12 +66,9 @@
6666
* Variables in the parser that shouldn't go into plpgsql.h
6767
* ----------
6868
*/
69-
externPLPGSQL_YYSTYPEplpgsql_yylval;
70-
externcharplpgsql_yytext[];
71-
72-
/* We have to define this as non-extern somewhere for bsdi bjm 1999/09/19 */
73-
intplpgsql_yylineno;
74-
69+
PLPGSQL_YYSTYPEplpgsql_yylval;
70+
charplpgsql_yytext[];
71+
intplpgsql_yylineno;
7572
voidplpgsql_yyerror(constchar*s);
7673

7774
/* ----------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp