Commit 0aa4232c by Jan Brittenson

make sym_lookup global instead of static.

From-SVN: r5408
parent 11eff9c0
...@@ -101,7 +101,7 @@ hash (name) ...@@ -101,7 +101,7 @@ hash (name)
/* Look up the named symbol, creating it if it doesn't exist. */ /* Look up the named symbol, creating it if it doesn't exist. */
static struct bc_sym * struct bc_sym *
sym_lookup (name) sym_lookup (name)
char *name; char *name;
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment