diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-22 07:24:01 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-22 07:24:01 +0000 |
commit | a80f87c48e630b044cd5371d547b0f38e4476ec0 (patch) | |
tree | e7538874f466dadcb29aca41ce3f212b41b5f682 /perl.h | |
parent | eece6917ca78f8c79af6254e2c02cc65fcb937c7 (diff) | |
download | perl-a80f87c48e630b044cd5371d547b0f38e4476ec0.tar.gz |
[win32] Generic change in win32 branch: don't just turn on CRIPPLED_CC
when USE_THREADS. GCC for instance, can do without macros that use
globals. Instead, selectively re#define only those macros
that use globals to their functional equivalents. Tests 100% on
Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)).
p4raw-id: //depot/win32/perl@276
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -42,12 +42,6 @@ # define EXTERN_C #endif -#if defined(USE_THREADS) /* && !defined(PERL_CORE) && !defined(PERLDLL) */ -#ifndef CRIPPLED_CC -#define CRIPPLED_CC -#endif -#endif - #ifdef OP_IN_REGISTER # ifdef __GNUC__ # define stringify_immed(s) #s |