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

Commit1c15186

Browse files
committed
Clean up longstanding gcc warnings by adding missing extern
declarations.
1 parentb6fdd14 commit1c15186

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎src/backend/parser/scan.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.60 1999/10/18 02:42:31 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.61 2000/01/20 05:26:53 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -356,7 +356,7 @@ other.
356356

357357
%%
358358

359-
voidyyerror(char message[])
359+
voidyyerror(constchar*message)
360360
{
361361
elog(ERROR,"parser: %s at or near\"%s\"", message, yytext);
362362
}

‎src/include/parser/gramparse.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: gramparse.h,v 1.9 1999/02/13 23:21:55 momjian Exp $
9+
* $Id: gramparse.h,v 1.10 2000/01/20 05:26:54 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -16,6 +16,8 @@
1616

1717
/* from scan.l */
1818
externvoidinit_io(void);
19+
externintyylex(void);
20+
externvoidyyerror(constchar*message);
1921

2022
/* from gram.y */
2123
externOidparam_type(intt);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp