diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2007-09-14 10:56:34 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-17 11:19:20 +0000 |
commit | dcefd27c98a61d1439ad9938e2b78f6aa7be50c4 (patch) | |
tree | c576d9dc5b58f19378f35f56d7ebdcca33d0438e /ext/threads/threads.xs | |
parent | f7f86b739109e8c852aaa336c415657dd196346e (diff) | |
download | perl-dcefd27c98a61d1439ad9938e2b78f6aa7be50c4.tar.gz |
threads 1.66
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510709141156n498af13aq9e0d279a0c76b48@mail.gmail.com>
Version bump (sync with CPAN version)
p4raw-id: //depot/perl@31880
Diffstat (limited to 'ext/threads/threads.xs')
-rwxr-xr-x | ext/threads/threads.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/threads/threads.xs b/ext/threads/threads.xs index 54fbaa0e06..53d5b6d5ad 100755 --- a/ext/threads/threads.xs +++ b/ext/threads/threads.xs @@ -12,7 +12,7 @@ #ifdef HAS_PPPORT_H # define NEED_PL_signals # define NEED_newRV_noinc -# define NEED_sv_2pv_nolen +# define NEED_sv_2pv_flags # include "ppport.h" # include "threads.h" #endif |