diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-19 04:54:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-19 04:54:32 +0000 |
commit | f5be3fcbca5769556830cee6cb08c3500da1b5d7 (patch) | |
tree | 63f7570fe6335577c7413c200e04fff8c3b0f46d /math/oleo/files/patch-src::global.h | |
parent | Fix build with GCC 3.3.1. (diff) |
Fix build, and another fixes for building.
Unbreak.
PR: 51923
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=85174
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, |