diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-23 10:50:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-23 10:50:10 +0000 |
commit | 066ef5b548575efffe272b7363a2f5050ebd7e2d (patch) | |
tree | 09ca6ef3162bdf047c8476dad3f3bb9067b7c150 /perl.h | |
parent | cb68f92dafee55e318e6fa14f60158f7b7d20a65 (diff) | |
download | perl-066ef5b548575efffe272b7363a2f5050ebd7e2d.tar.gz |
more MULTIPLICITY tweaks
p4raw-id: //depot/perl@1206
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1944,11 +1944,11 @@ typedef void *Thread; #ifndef MULTIPLICITY -#ifndef USE_THREADS -#include "thrdvar.h" -#endif +# include "intrpvar.h" +# ifndef USE_THREADS +# include "thrdvar.h" +# endif -#include "intrpvar.h" #endif #ifdef PERL_OBJECT |