]> git.pld-linux.org Git - packages/bc.git/blob - bc-save_adr.patch
2ead293da6160fa6ce92cd56e327604fba7eff80
[packages/bc.git] / bc-save_adr.patch
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.07183 seconds and 2 git commands to generate.