summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2002-02-05 09:17:24 +0000
committersheldonh <sheldonh@FreeBSD.org>2002-02-05 09:17:24 +0000
commitf174fff2710889919ee577a1f564f152c1291e62 (patch)
treee530749b967669f6939a71f9197855e7b358c051 /contrib
parentde2b43dc4ec1412228641bd9ad5fe2a7aca5dac0 (diff)
parent4aac827e422d7d30dc4bfc81034ed9f8ccfdb547 (diff)
downloadFreeBSD-src-f174fff2710889919ee577a1f564f152c1291e62.zip
FreeBSD-src-f174fff2710889919ee577a1f564f152c1291e62.tar.gz
This commit was generated by cvs2svn to compensate for changes in r90238,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bc/bc/load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bc/bc/load.c b/contrib/bc/bc/load.c
index 40b8051..dd03435 100644
--- a/contrib/bc/bc/load.c
+++ b/contrib/bc/bc/load.c
@@ -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;
OpenPOWER on IntegriCloud