1 Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
3 Initial Package Version: 1.06
5 Description: Fixes a few typos
7 --- bc-1.06/lib/number.c.orig 2003-09-26 21:14:02.000000000 +0000
8 +++ bc-1.06/lib/number.c 2003-09-26 21:14:26.000000000 +0000
14 #include <ctype.h>/* Prototypes needed for external utility routines. */
16 #define bc_rt_warn rt_warn
17 --- bc-1.06/bc/load.c.orig 2003-09-26 21:14:14.000000000 +0000
18 +++ bc-1.06/bc/load.c 2003-09-26 21:14:26.000000000 +0000
21 long vaf_name; /* variable, array or function number. */
23 - program_counter save_adr;
24 + static program_counter save_adr;