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 | ad84a52a9b12f56b0853fb5b33c0d736d04e585f (patch) | |
tree | 5b5219d5a693f01e11262050e4cdff81c71cbc99 /win32/config_H.vc | |
parent | f01a6163e007667f17c8ce559c0d07e799fb84fb (diff) | |
download | perl-ad84a52a9b12f56b0853fb5b33c0d736d04e585f.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/config_H.vc')
-rw-r--r-- | win32/config_H.vc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |