diff options
author | Artur Bergman <sky@nanisky.com> | 2001-08-27 15:16:42 +0000 |
---|---|---|
committer | Artur Bergman <sky@nanisky.com> | 2001-08-27 15:16:42 +0000 |
commit | 4d1ff10ffec86208b0da135b87c76b89e61c866e (patch) | |
tree | 741ba054917367001dce29e674a1e99c8fa229d3 /NetWare/nw5thread.h | |
parent | eb9ee3dc93112029ee3de6fd047d54576a1f1a1f (diff) | |
download | perl-4d1ff10ffec86208b0da135b87c76b89e61c866e.tar.gz |
Changes USE_THREADS to USE_5005THREADS in the entire source.
Thanks to H. Merijn Brand for the patch.
Some of the comments and or guards might be removable in perl.h now.
p4raw-id: //depot/perl@11758
Diffstat (limited to 'NetWare/nw5thread.h')
-rw-r--r-- | NetWare/nw5thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/nw5thread.h b/NetWare/nw5thread.h index 895338c687..58e1596c3c 100644 --- a/NetWare/nw5thread.h +++ b/NetWare/nw5thread.h @@ -27,7 +27,7 @@ typedef long perl_key; -#if (defined (USE_ITHREADS) || defined (USE_THREADS)) && defined(MPK_ON) +#if (defined (USE_ITHREADS) || defined (USE_5005THREADS)) && defined(MPK_ON) #ifdef __cplusplus extern "C" { |