]> git.pld-linux.org Git - packages/bc.git/blob - bc-save_adr.patch
- do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly
[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.025072 seconds and 3 git commands to generate.