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

Commit26fb87d

Browse files
committed
Fix compile of plpgsql by adding 'extern int yylineno.'
1 parentbf09f8a commit26fb87d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/pl/plpgsql/src/scan.l

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* procedural language
55
*
66
* IDENTIFICATION
7-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.l,v 1.2 1999/01/28 11:48:31 wieck Exp $
7+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.l,v 1.3 1999/05/26 20:55:06 momjian Exp $
88
*
99
* This software is copyrighted by Jan Wieck - Hamburg.
1010
*
@@ -42,6 +42,8 @@ static intscanner_functype;
4242
staticintscanner_typereported;
4343
intplpgsql_SpaceScanned =0;
4444

45+
externint yylineno;
46+
4547
staticvoidplpgsql_input(char *buf,int *result,int max);
4648
#defineYY_INPUT(buf,res,max)plpgsql_input(buf, &res, max)
4749
%}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp