(incomplete_decl_finalize_hook): Declared.
authorRichard Stallman <rms@gnu.org>
Mon, 22 Mar 1993 07:03:45 +0000 (07:03 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 22 Mar 1993 07:03:45 +0000 (07:03 +0000)
From-SVN: r3822

gcc/tree.h

index 3d020bba9a9fb62590975dde316808b618e43cdf..3f1f69e6afb1ed2fde102253abdce14b0d21e886 100644 (file)
@@ -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) ();
 \f
 /* In tree.c */
 extern char *perm_calloc                       PROTO((int, long));