diff options
author | Richard Stallman <rms@gnu.org> | 1993-03-22 07:03:45 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-03-22 07:03:45 +0000 |
commit | dc437e1631c88df258470bb942c5257e6a2c0c01 (patch) | |
tree | 2f933a64959694062218cebb5034401557ba2598 | |
parent | f8963631b95cd8db459ce22bc683a3cfd5f6630b (diff) | |
download | gcc-dc437e1631c88df258470bb942c5257e6a2c0c01.zip gcc-dc437e1631c88df258470bb942c5257e6a2c0c01.tar.gz gcc-dc437e1631c88df258470bb942c5257e6a2c0c01.tar.bz2 |
(incomplete_decl_finalize_hook): Declared.
From-SVN: r3822
-rw-r--r-- | gcc/tree.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)); |