New library string makes it necessary to make this variable (save_adr) static.
This commit is contained in:
parent
4c050f052a
commit
337ff4e96c
2
gnu/dist/bc/bc/load.c
vendored
2
gnu/dist/bc/bc/load.c
vendored
@ -156,7 +156,7 @@ load_code (code)
|
||||
long label_no;
|
||||
long vaf_name; /* variable, array or function number. */
|
||||
long func;
|
||||
program_counter save_adr;
|
||||
static program_counter save_adr;
|
||||
|
||||
/* Initialize. */
|
||||
str = code;
|
||||
|
Loading…
Reference in New Issue
Block a user