diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
commit | a14c0668720dcafde3f60b7659a01d99ec693a41 (patch) | |
tree | 9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/oleo/files/patch-src_global.h | |
parent | Rename mail/ patch-xy patches to reflect the files they modify. (diff) |
Rename math/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363276
Diffstat (limited to 'math/oleo/files/patch-src_global.h')
-rw-r--r-- | math/oleo/files/patch-src_global.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src_global.h b/math/oleo/files/patch-src_global.h new file mode 100644 index 000000000000..4594ce52a581 --- /dev/null +++ b/math/oleo/files/patch-src_global.h @@ -0,0 +1,11 @@ +--- src/global.h.org Thu Feb 15 05:54:50 2001 ++++ src/global.h Sat Jul 19 13:45:39 2003 +@@ -208,7 +208,7 @@ + extern char nname[]; + + extern VOIDSTAR parse_hash; +-extern double __plinf, __neinf, __nan; ++extern double __plinf, __neinf, ___nan; + + /* These have two uses. During parsing, these contain the + * base address of all relative references. During evaluation, |