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

Commit3888c62

Browse files
committed
Clean up longstanding gcc warnings by adding missing extern
declarations.
1 parent1c15186 commit3888c62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/include/bootstrap/bootstrap.h

Lines changed: 4 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: bootstrap.h,v 1.15 1999/07/15 23:03:40 momjian Exp $
9+
* $Id: bootstrap.h,v 1.16 2000/01/20 05:34:32 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -56,4 +56,7 @@ extern char *CleanUpStr(char *s);
5656
externintEnterString(char*str);
5757
externvoidbuild_indices(void);
5858

59+
externintInt_yylex(void);
60+
externvoidInt_yyerror(constchar*str);
61+
5962
#endif/* BOOTSTRAP_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp