New library string makes it necessary to make this variable (save_adr) static.

This commit is contained in:
phil 2001-02-11 03:25:11 +00:00
parent 4c050f052a
commit 337ff4e96c

View File

@ -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;