From: Jan Brittenson Date: Wed, 22 Sep 1993 19:02:19 +0000 (-0700) Subject: make sym_lookup global instead of static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0aa4232c165a56e5ac39b4d382817493a46b7beb;p=gcc.git make sym_lookup global instead of static. From-SVN: r5408 --- diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index d820c542c02..842405e432b 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -101,7 +101,7 @@ hash (name) /* Look up the named symbol, creating it if it doesn't exist. */ -static struct bc_sym * +struct bc_sym * sym_lookup (name) char *name; {