File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1384,6 +1384,7 @@ Torsten Foertsch <torsten.foertsch@gmx.net>
13841384Torsten Schönfeld <kaffeetisch@gmx.de>
13851385Trevor Blackwell <tlb@viaweb.com>
13861386Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
1387+ Tsuyoshi Watanabe <twata_1@yahoo.co.jp>
13871388Tuomas J. Lukka <tjl@lukka.student.harvard.edu>
13881389Tye McQueen <tye@metronet.com>
13891390Ulrich Habel <rhaen@NetBSD.org>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use 5.008;
55use strict;
66use warnings;
77
8- our $VERSION = ' 2.32 ' ; # remember to update version in POD!
8+ our $VERSION = ' 2.33 ' ; # remember to update version in POD!
99my $XS_VERSION = $VERSION ;
1010$VERSION = eval $VERSION ;
1111
@@ -134,7 +134,7 @@ threads - Perl interpreter-based threads
134134
135135=head1 VERSION
136136
137- This document describes threads version 2.32
137+ This document describes threads version 2.33
138138
139139=head1 WARNING
140140
Original file line number Diff line number Diff line change 1515# define setjmp (x ) _setjmp(x)
1616# endif
1717# if defined(__MINGW64__ )
18+ # include <intrin.h>
1819# define setjmp (x ) _setjmpex((x), mingw_getsp())
1920# endif
2021#endif
You can’t perform that action at this time.
0 commit comments