aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-01-20 05:34:32 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-01-20 05:34:32 +0000
commit3888c62d5dcec7603dba581bed8a33d81d72fba4 (patch)
treec247568d111a2771184d065639268e6b7455195c /src
parent1c1518674727b903840ad235f06104d7ac3c0465 (diff)
downloadpostgresql-3888c62d5dcec7603dba581bed8a33d81d72fba4.tar.gz
postgresql-3888c62d5dcec7603dba581bed8a33d81d72fba4.zip
Clean up longstanding gcc warnings by adding missing extern
declarations.
Diffstat (limited to 'src')
-rw-r--r--src/include/bootstrap/bootstrap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index fc0758152d3..7f37e815662 100644
--- a/src/include/bootstrap/bootstrap.h
+++ b/src/include/bootstrap/bootstrap.h
@@ -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 */