From dc437e1631c88df258470bb942c5257e6a2c0c01 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 22 Mar 1993 07:03:45 +0000 Subject: [PATCH] (incomplete_decl_finalize_hook): Declared. From-SVN: r3822 --- gcc/tree.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/tree.h b/gcc/tree.h index 3d020bba9a9..3f1f69e6afb 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1366,6 +1366,11 @@ extern int all_types_permanent; /* Pointer to function to compute the name to use to print a declaration. */ 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)); -- 2.30.2