diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-09-02 23:00:14 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-02 23:00:14 +0000 |
commit | 1eb770ff12717abcb232d974ac25ca599a5d2987 (patch) | |
tree | 7f8e8c4456cfb40395636ab9e0540b086f48ca8f /util.c | |
parent | 53326d4cb95b0a426abad58608c3cd209994a30e (diff) | |
download | perl-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.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |