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

Commit8cfb8c6

Browse files
committed
Clean up longstanding warnings. I think the remaining
'defined but not used' warnings would go away if the scanner didn't useYY_REJECT.
1 parent3888c62 commit8cfb8c6

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 3 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.16 2000/01/15 22:43:25 tgl Exp $
6+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.17 2000/01/20 05:44:34 tgl Exp $
77
*
88
* This software is copyrighted by Jan Wieck - Hamburg.
99
*
@@ -90,8 +90,6 @@ PLpgSQL_function *plpgsql_curr_compile;
9090
* Local function declarations
9191
* ----------
9292
*/
93-
externvoidplpgsql_yyerror(constchar*s);
94-
9593
staticchar*xlateSqlType(char*name);
9694

9795

‎src/pl/plpgsql/src/plpgsql.h

Lines changed: 4 additions & 4 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/plpgsql.h,v 1.7 2000/01/15 22:43:25 tgl Exp $
6+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/plpgsql.h,v 1.8 2000/01/20 05:44:34 tgl Exp $
77
*
88
* This software is copyrighted by Jan Wieck - Hamburg.
99
*
@@ -496,9 +496,9 @@ extern char *plpgsql_tolower(char *s);
496496
*/
497497
externPLpgSQL_expr*plpgsql_read_expression(intuntil,char*s);
498498
externvoidplpgsql_yyrestart(FILE*fp);
499-
externintplpgsql_yylex();
499+
externintplpgsql_yylex(void);
500500
externvoidplpgsql_setinput(char*s,intfunctype);
501-
externintplpgsql_yyparse();
502-
501+
externintplpgsql_yyparse(void);
502+
externvoidplpgsql_yyerror(constchar*s);
503503

504504
#endif/* PLPGSQL_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp