From bebf3d7b44124451da705736abb6059b9173cbb6 Mon Sep 17 00:00:00 2001 From: kenner Date: Tue, 14 Feb 1995 13:04:52 +0000 Subject: [PATCH] (stabilize_reference_1): No longer static. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8951 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.4.GIT