perl 5.003_05: t/op/inc.t util.c
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 810cda7..26040eb 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1743,6 +1743,12 @@ double f;
    ccflags.
               --Andy Dougherty      <doughera@lafcol.lafayette.edu>
 */
+
+/* Code modified to prefer proper named type ranges, I32, IV, or UV, instead
+   of LONG_(MIN/MAX).
+                           -- Kenneth Albanowski <kjahds@kjahds.com>
+*/                                      
+
 #ifndef MY_UV_MAX
 #  define MY_UV_MAX ((UV)IV_MAX * (UV)2 + (UV)1)
 #endif