]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/spew.c
tree.c (avoid_overlap): Add prototype.
[gcc.git] / gcc / cp / spew.c
index ceee4e66d1339aa25b61be492f0e2194a188fc3a..a13f659e1f4c5dc0ac6a27dd0b1c1354d358b8ed 100644 (file)
@@ -49,6 +49,14 @@ static int do_aggr PROTO((void));
 static int probe_obstack PROTO((struct obstack *, tree, unsigned int));
 static void scan_tokens PROTO((int));
 
+#ifdef SPEW_DEBUG
+static int num_tokens PROTO((void));
+static struct token *nth_token PROTO((int));
+static void add_token PROTO((struct token *));
+static void consume_token PROTO((void));
+static int debug_yychar PROTO((int));
+#endif
+
 /* From lex.c: */
 /* the declaration found for the last IDENTIFIER token read in.
    yylex must look this up to detect typedefs, which get token type TYPENAME,
This page took 0.028333 seconds and 5 git commands to generate.