We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c15186 commit 3888c62Copy full SHA for 3888c62
src/include/bootstrap/bootstrap.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -56,4 +56,7 @@ extern char *CleanUpStr(char *s);
56
extern int EnterString(char *str);
57
extern void build_indices(void);
58
59
+extern int Int_yylex(void);
60
+extern void Int_yyerror(const char *str);
61
+
62
#endif /* BOOTSTRAP_H */
0 commit comments