Commit dc437e16 by Richard Stallman

(incomplete_decl_finalize_hook): Declared.

From-SVN: r3822
parent f8963631
...@@ -1366,6 +1366,11 @@ extern int all_types_permanent; ...@@ -1366,6 +1366,11 @@ extern int all_types_permanent;
/* Pointer to function to compute the name to use to print a declaration. */ /* Pointer to function to compute the name to use to print a declaration. */
extern char *(*decl_printable_name) (); 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 */ /* In tree.c */
extern char *perm_calloc PROTO((int, long)); 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