summaryrefslogtreecommitdiff
path: root/math/gambit/files/patch-gnulib.cc
blob: 23310f76f0609cca8df112cf355a242fdb5a29e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;