Change 29930 by [EMAIL PROTECTED] on 2007/01/23 01:52:16
Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
From: "Devin Heitmueller" (via RT) <[EMAIL PROTECTED]>
Date: Mon, 22 Jan 2007 14:46:15 -0800
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/win32/win32.c#281 edit
Differences ...
==== //depot/perl/win32/win32.c#281 (text) ====
Index: perl/win32/win32.c
--- perl/win32/win32.c#280~29868~ 2007-01-18 03:36:05.000000000 -0800
+++ perl/win32/win32.c 2007-01-22 17:52:16.000000000 -0800
@@ -4938,7 +4938,7 @@
for (i=0; i < SIG_SIZE; i++) {
w32_sighandler[i] = SIG_DFL;
}
-# ifdef MULTIPLICTY
+# ifdef MULTIPLICITY
if (my_perl == PL_curinterp) {
# else
{
End of Patch.