Skip to content

Commit 2de68b5

Browse files
nwc10demerphq
authored andcommitted
bisect-runner.pl must patch in the size of PL_uuemap[]
1 parent bb65358 commit 2de68b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Porting/bisect-runner.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4200,6 +4200,11 @@ sub patch_C {
42004200
EOPATCH
42014201
}
42024202
4203+
if ($major < 6 && extract_from_file('perl.h', qr/PL_uuemap\[\]/)) {
4204+
# That [] needs to be [65]:
4205+
apply_commit('7575fa06ca7baf15');
4206+
}
4207+
42034208
if ($major < 6 && $^O eq 'darwin'
42044209
&& !extract_from_file('perl.h', qr/ifdef I_FCNTL/)) {
42054210
# This is part of commit 9a34ef1dede5fef4, but in a stable part of the

0 commit comments

Comments
 (0)