aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/bc-emit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c
index d820c54..842405e 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;
{