summaryrefslogtreecommitdiffstats
path: root/bc/bc-1.06-fixes-1.patch
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-12 11:28:22 +0100
committerLukc <lukc@upyum.com>2010-12-12 11:28:22 +0100
commite6681442d3088ee3d461f3ed8bdc247cd98daed3 (patch)
treef5323447b1a6671b3977ba4d60dfcf7341d1fdbb /bc/bc-1.06-fixes-1.patch
parentd0a7ed181ed11aed307f2607e564b7d967fed533 (diff)
downloadbase-e6681442d3088ee3d461f3ed8bdc247cd98daed3.tar.gz
base-e6681442d3088ee3d461f3ed8bdc247cd98daed3.tar.bz2
base-e6681442d3088ee3d461f3ed8bdc247cd98daed3.tar.xz
base-e6681442d3088ee3d461f3ed8bdc247cd98daed3.zip
Recette de bc retirée.
Diffstat (limited to 'bc/bc-1.06-fixes-1.patch')
-rw-r--r--bc/bc-1.06-fixes-1.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/bc/bc-1.06-fixes-1.patch b/bc/bc-1.06-fixes-1.patch
deleted file mode 100644
index afcdba2..0000000
--- a/bc/bc-1.06-fixes-1.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
-Date: 2003-09-26
-Initial Package Version: 1.06
-Origin: Mandrake CVS
-Description: Fixes a few typos
-
---- bc-1.06/lib/number.c.orig 2003-09-26 21:14:02.000000000 +0000
-+++ bc-1.06/lib/number.c 2003-09-26 21:14:26.000000000 +0000
-@@ -34,6 +34,7 @@
- #include <number.h>
- #include <assert.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <ctype.h>/* Prototypes needed for external utility routines. */
-
- #define bc_rt_warn rt_warn
---- bc-1.06/bc/load.c.orig 2003-09-26 21:14:14.000000000 +0000
-+++ bc-1.06/bc/load.c 2003-09-26 21:14:26.000000000 +0000
-@@ -156,7 +156,7 @@
- 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;