summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-11-22 07:24:01 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-11-22 07:24:01 +0000
commita80f87c48e630b044cd5371d547b0f38e4476ec0 (patch)
treee7538874f466dadcb29aca41ce3f212b41b5f682 /perl.h
parenteece6917ca78f8c79af6254e2c02cc65fcb937c7 (diff)
downloadperl-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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl.h b/perl.h
index d895441235..b4e886552b 100644
--- a/perl.h
+++ b/perl.h
@@ -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