tree.h (require_complete_type, [...]): Add prototypes.

* tree.h (require_complete_type, lookup_name_current_level): Add
        prototypes.

From-SVN: r4037
This commit is contained in:
Brendan Kehoe 1993-04-06 17:25:12 -04:00
parent 1f1e8172a8
commit 1387e80cf5
1 changed files with 6 additions and 0 deletions

View File

@ -1494,3 +1494,9 @@ extern void end_temporary_allocation PROTO((void));
/* Pop the obstack selection stack. */
extern void pop_obstacks PROTO((void));
/* Make sure tree does not have an incomplete type.
(That includes void types. */
extern tree require_complete_type PROTO((tree));
/* Lookup an IDENTIFIER_NODE */
extern tree lookup_name_current_level PROTO((tree));