Commit dc437e16 by Richard Stallman

(incomplete_decl_finalize_hook): Declared.

From-SVN: r3822
parent f8963631
......@@ -1367,6 +1367,11 @@ extern int all_types_permanent;
extern char *(*decl_printable_name) ();
/* Pointer to function to finish handling an incomplete decl at the
end of compilation. */
extern void (*incomplete_decl_finalize_hook) ();
/* In tree.c */
extern char *perm_calloc PROTO((int, long));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment