make sym_lookup global instead of static.
authorJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 19:02:19 +0000 (12:02 -0700)
committerJan Brittenson <bson@gnu.org>
Wed, 22 Sep 1993 19:02:19 +0000 (12:02 -0700)
From-SVN: r5408

gcc/bc-emit.c

index d820c542c02540ff5db42940f2ffb5f8f11da421..842405e432b85ea1795e5b2cb8cd2affa2687c32 100644 (file)
@@ -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;
 {