Skip to content
Snippets Groups Projects
Commit 3888c62d authored by Tom Lane's avatar Tom Lane
Browse files

Clean up longstanding gcc warnings by adding missing extern

declarations.
parent 1c151867
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bootstrap.h,v 1.15 1999/07/15 23:03:40 momjian Exp $
* $Id: bootstrap.h,v 1.16 2000/01/20 05:34:32 tgl Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -56,4 +56,7 @@ extern char *CleanUpStr(char *s);
extern int EnterString(char *str);
extern void build_indices(void);
extern int Int_yylex(void);
extern void Int_yyerror(const char *str);
#endif /* BOOTSTRAP_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment