Commit f062da04 by Per Bothner

c-decl.c (lookup_name_current_level): Make non-static.

From-SVN: r4020
parent 6544cdba
...@@ -402,7 +402,7 @@ void shadow_tag_warned (); ...@@ -402,7 +402,7 @@ void shadow_tag_warned ();
static tree lookup_tag (); static tree lookup_tag ();
static tree lookup_tag_reverse (); static tree lookup_tag_reverse ();
static tree lookup_name_current_level (); tree lookup_name_current_level ();
static char *redeclaration_error_message (); static char *redeclaration_error_message ();
static void layout_array_type (); static void layout_array_type ();
...@@ -2530,7 +2530,7 @@ lookup_name (name) ...@@ -2530,7 +2530,7 @@ lookup_name (name)
/* Similar to `lookup_name' but look only at current binding level. */ /* Similar to `lookup_name' but look only at current binding level. */
static tree tree
lookup_name_current_level (name) lookup_name_current_level (name)
tree name; tree name;
{ {
......
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