Skip to content

Commit 96784b0

Browse files
committed
win32_checkTLS(): nothing to do without at least multiplicity
1 parent 0144414 commit 96784b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/perllib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ win32_checkTLS(PerlInterpreter *host_perl)
7676
}
7777
host_perl->Isys_intern.cur_tid = tid;
7878
}
79-
#else
79+
#elif defined(PERL_MULTIPLICITY)
8080
dTHX;
8181
if (host_perl != my_perl) {
8282
panic_thread_id();

0 commit comments

Comments
 (0)