summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-09-02 23:00:14 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-09-02 23:00:14 +0000
commit1eb770ff12717abcb232d974ac25ca599a5d2987 (patch)
tree7f8e8c4456cfb40395636ab9e0540b086f48ca8f /util.c
parent53326d4cb95b0a426abad58608c3cd209994a30e (diff)
downloadperl-1eb770ff12717abcb232d974ac25ca599a5d2987.tar.gz
perl 5.003_05: t/op/inc.t util.c
One last LONG & co. fix (yet another cut'n'paste error) and a few minor cleanups. Nothing crucial.
Diffstat (limited to 'util.c')
-rw-r--r--util.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/util.c b/util.c
index 810cda721f..26040eb7f1 100644
--- 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