* c-tree.h (comptypes_record_hook): Removed.
(finish_incomplete_decl): New prototype.
From-SVN: r20603
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
+ * c-tree.h (comptypes_record_hook): Removed.
+ (finish_incomplete_decl): New prototype.
+
* alias.c (find_base_value): Add prototype.
(true_dependence): Add prototype for function argument.
extern int warn_sign_compare;
-/* Nonzero means this is a function to call to perform comptypes
- on two record types. */
-
-extern int (*comptypes_record_hook) ();
-
/* Nonzero means we are reading code that came from a system header file. */
extern int system_header_p;
extern int doing_objc_thang;
+/* In c-decl.c */
+extern void finish_incomplete_decl PROTO((tree));
+
#endif /* not _C_TREE_H */