Commit 4745ddae by Richard Kenner

(stabilize_reference_1): No longer static.

From-SVN: r8951
parent 1c8b10bb
...@@ -264,7 +264,6 @@ static int next_type_uid = 1; ...@@ -264,7 +264,6 @@ static int next_type_uid = 1;
extern char *mode_name[]; extern char *mode_name[];
void gcc_obstack_init (); void gcc_obstack_init ();
static tree stabilize_reference_1 ();
/* Init the principal obstacks. */ /* Init the principal obstacks. */
...@@ -2443,7 +2442,7 @@ stabilize_reference (ref) ...@@ -2443,7 +2442,7 @@ stabilize_reference (ref)
operator should be allowed, and that cse should take care of coalescing operator should be allowed, and that cse should take care of coalescing
multiple utterances of the same expression should that prove fruitful. */ multiple utterances of the same expression should that prove fruitful. */
static tree tree
stabilize_reference_1 (e) stabilize_reference_1 (e)
tree e; tree e;
{ {
......
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