tree.h (require_complete_type, [...]): Add prototypes.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 6 Apr 1993 21:25:12 +0000 (17:25 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 6 Apr 1993 21:25:12 +0000 (17:25 -0400)
        * tree.h (require_complete_type, lookup_name_current_level): Add
        prototypes.

From-SVN: r4037

gcc/tree.h

index a5bacdd..6403695 100644 (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));