Commit 1387e80c by Brendan Kehoe

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

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

From-SVN: r4037
parent 1f1e8172
...@@ -1494,3 +1494,9 @@ extern void end_temporary_allocation PROTO((void)); ...@@ -1494,3 +1494,9 @@ extern void end_temporary_allocation PROTO((void));
/* Pop the obstack selection stack. */ /* Pop the obstack selection stack. */
extern void pop_obstacks PROTO((void)); 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));
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment