c-tree.h (comptypes_record_hook): Removed.
* c-tree.h (comptypes_record_hook): Removed. (finish_incomplete_decl): New prototype. From-SVN: r20603
This commit is contained in:
parent
f8d58786f4
commit
0bb0a00ba4
2 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
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.
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
@ -517,4 +512,7 @@ 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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue