From 1387e80cf59e5e97a53a1f21a7d6d2488abc6ce2 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Tue, 6 Apr 1993 17:25:12 -0400 Subject: [PATCH] tree.h (require_complete_type, [...]): Add prototypes. * tree.h (require_complete_type, lookup_name_current_level): Add prototypes. From-SVN: r4037 --- gcc/tree.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/tree.h b/gcc/tree.h index a5bacdd3e01..6403695cef7 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -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)); -- 2.30.2