aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-02-14 08:04:52 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-02-14 08:04:52 -0500
commit4745ddae5dbd41d56a45bdefe4d304d991d53083 (patch)
tree395b3ddbc1d209ef4eb5a1b025848146761edbf7 /gcc
parent1c8b10bb805d9e4ef3fd5ecc427555967f9f8308 (diff)
downloadgcc-4745ddae5dbd41d56a45bdefe4d304d991d53083.zip
gcc-4745ddae5dbd41d56a45bdefe4d304d991d53083.tar.gz
gcc-4745ddae5dbd41d56a45bdefe4d304d991d53083.tar.bz2
(stabilize_reference_1): No longer static.
From-SVN: r8951
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index c09824f..1ce11ae 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -264,7 +264,6 @@ static int next_type_uid = 1;
extern char *mode_name[];
void gcc_obstack_init ();
-static tree stabilize_reference_1 ();
/* Init the principal obstacks. */
@@ -2443,7 +2442,7 @@ stabilize_reference (ref)
operator should be allowed, and that cse should take care of coalescing
multiple utterances of the same expression should that prove fruitful. */
-static tree
+tree
stabilize_reference_1 (e)
tree e;
{