projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c15186
)
Clean up longstanding gcc warnings by adding missing extern
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 20 Jan 2000 05:34:32 +0000
(
05:34
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 20 Jan 2000 05:34:32 +0000
(
05:34
+0000)
declarations.
src/include/bootstrap/bootstrap.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/bootstrap/bootstrap.h
b/src/include/bootstrap/bootstrap.h
index fc0758152d353788b08e2e2dd4779e396d8c58ae..7f37e815662e71727e6a615033edfb351c449acd 100644
(file)
--- 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.1
5 1999/07/15 23:03:40 momjian
Exp $
+ * $Id: bootstrap.h,v 1.1
6 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 */