diff options
Diffstat (limited to 'math/gambit/files/patch-gnulib.cc')
-rw-r--r-- | math/gambit/files/patch-gnulib.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/gambit/files/patch-gnulib.cc b/math/gambit/files/patch-gnulib.cc deleted file mode 100644 index 23310f76f060..000000000000 --- a/math/gambit/files/patch-gnulib.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- sources/math/gnulib.cc.orig Sun Feb 9 01:57:37 2003 -+++ sources/math/gnulib.cc Sun Feb 9 01:57:55 2003 -@@ -112,7 +112,7 @@ - v &= chunklimit == chunk->limit; - _obstack_chunk* p = chunk; - // allow lots of chances to find bottom! -- long x = MAXLONG; -+ long x = LONG_MAX; - while (p != 0 && x != 0) { --x; p = p->prev; } - v &= x > 0; - return v; |