This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for c-tree.h


comptypes_record_hook is never used.


-- 
H.J. Lu (hjl@gnu.org)
---
Fri Jun 19 18:42:05 1998  H.J. Lu  (hjl@gnu.org)

	* c-tree.h (comptypes_record_hook): Removed.
	(finish_incomplete_decl): New prototype.

Index: c-tree.h
===================================================================
RCS file: /home/work/cvs/gnu/egcs/gcc/c-tree.h,v
retrieving revision 1.1.1.7
diff -u -p -r1.1.1.7 c-tree.h
--- c-tree.h	1998/06/10 18:23:20	1.1.1.7
+++ c-tree.h	1998/06/20 02:07:23
@@ -504,11 +504,6 @@ extern int warn_missing_braces;
 
 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;
@@ -516,5 +511,8 @@ extern int system_header_p;
 /* Nonzero enables objc features.  */
 
 extern int doing_objc_thang;
+
+/* In c-decl.c */
+extern void finish_incomplete_decl PROTO((tree));
 
 #endif /* not _C_TREE_H */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]