aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-03-22 07:03:45 +0000
committerRichard Stallman <rms@gnu.org>1993-03-22 07:03:45 +0000
commitdc437e1631c88df258470bb942c5257e6a2c0c01 (patch)
tree2f933a64959694062218cebb5034401557ba2598 /gcc
parentf8963631b95cd8db459ce22bc683a3cfd5f6630b (diff)
downloadgcc-dc437e1631c88df258470bb942c5257e6a2c0c01.zip
gcc-dc437e1631c88df258470bb942c5257e6a2c0c01.tar.gz
gcc-dc437e1631c88df258470bb942c5257e6a2c0c01.tar.bz2
(incomplete_decl_finalize_hook): Declared.
From-SVN: r3822
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 3d020bb..3f1f69e 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));