From 4745ddae5dbd41d56a45bdefe4d304d991d53083 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 14 Feb 1995 08:04:52 -0500 Subject: [PATCH] (stabilize_reference_1): No longer static. From-SVN: r8951 --- gcc/tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/tree.c b/gcc/tree.c index c09824f18e6..1ce11ae75fe 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; { -- 2.30.2