diff options
author | Jan Dubois <jand@activestate.com> | 1999-05-02 00:55:36 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-05-10 12:17:26 +0000 |
commit | 2cdbc966996b991c40c8522dcf668b1e34b5e76b (patch) | |
tree | 5b5219d5a693f01e11262050e4cdff81c71cbc99 /win32 | |
parent | 25da4f389200e19df8aa50bcef9af9506f48ed2e (diff) | |
download | perl-2cdbc966996b991c40c8522dcf668b1e34b5e76b.tar.gz |
Win32 and VC++ 98 doesn't support CASTI
Message-ID: <373067e9.56194713@smtp1.ibm.net>
p4raw-id: //depot/perl@3379
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.vc | 2 | ||||
-rw-r--r-- | win32/config_H.vc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/config.vc b/win32/config.vc index cf4799baa4..ea86e5f530 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -82,7 +82,7 @@ d_bsd='define' d_bsdgetpgrp='undef' d_bsdsetpgrp='undef' d_bzero='undef' -d_casti32='define' +d_casti32='undef' d_castneg='define' d_charvspr='undef' d_chown='undef' diff --git a/win32/config_H.vc b/win32/config_H.vc index aab6935aca..432e95d95d 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1091,7 +1091,7 @@ * This symbol is defined if the C compiler can cast negative * or large floating point numbers to 32-bit ints. */ -#define CASTI32 /**/ +/*#define CASTI32 /**/ /* CASTNEGFLOAT: * This symbol is defined if the C compiler can cast negative |