]> git.pld-linux.org Git - packages/bc.git/blame - bc-save_adr.patch
- rebuild with readline 7.0
[packages/bc.git] / bc-save_adr.patch
CommitLineData
a107eeb3
JR
1--- bc-1.06/bc/load.c.s390 Wed Sep 13 20:22:38 2000
2+++ bc-1.06/bc/load.c Wed Sep 5 16:10:18 2001
3@@ -156,7 +156,10 @@
4 long label_no;
5 long vaf_name; /* variable, array or function number. */
6 long func;
7- program_counter save_adr;
8+ /* Make save_adr static. Otherwise the whole address save stuff doesn't make
9+ any sense at all and break e.g. on S390.
10+ 09/05/01 Phil Knirsch <pknirsch@redhat.de> */
11+ static program_counter save_adr;
12
13 /* Initialize. */
14 str = code;
This page took 0.027492 seconds and 4 git commands to generate.