]> granicus.if.org Git - python/commit
I've had complaints about the comparison "where >= 0" before -- on
authorGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 21:14:05 +0000 (21:14 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 21:14:05 +0000 (21:14 +0000)
commite110dcfa8600d58771c3553dba7e021b020ed98f
tree0d38c8fea651234c370cc72a3b6a537332e14302
parent2581764f21aedb266e6e9c94e3c003cfd37827a9
I've had complaints about the comparison "where >= 0" before -- on
IRIX, it doesn't even compile.  Added a cast: "where >= (char *)0".
Modules/mmapmodule.c