From a14c0668720dcafde3f60b7659a01d99ec693a41 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 23:33:47 +0000 Subject: Rename math/ patch-xy patches to reflect the files they modify. --- math/oleo/files/patch-src_ref.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 math/oleo/files/patch-src_ref.c (limited to 'math/oleo/files/patch-src_ref.c') diff --git a/math/oleo/files/patch-src_ref.c b/math/oleo/files/patch-src_ref.c new file mode 100644 index 000000000000..f7e9c2a48953 --- /dev/null +++ b/math/oleo/files/patch-src_ref.c @@ -0,0 +1,20 @@ +--- src/ref.c.orig Wed Feb 14 08:38:06 2001 ++++ src/ref.c Sat Jul 19 13:51:39 2003 +@@ -263,7 +263,7 @@ + read_new_value (CELLREF row, CELLREF col, char *form, char *val) + { + unsigned char *new_bytes; +- extern double __plinf, __neinf, __nan; ++ extern double __plinf, __neinf, ___nan; + + cur_row = row; + cur_col = col; +@@ -348,7 +348,7 @@ + else if (!stricmp (nname, val)) + { + SET_TYP (my_cell, TYP_FLT); +- my_cell->cell_flt = __nan; ++ my_cell->cell_flt = ___nan; + } + else + { -- cgit v1.2.3