This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #41318] Patch: win32.c typo in #define MULTIPLICITY
authorDevin Heitmueller <devin.heitmueller@gmail.com>
Mon, 22 Jan 2007 14:46:15 +0000 (06:46 -0800)
committerSteve Peters <steve@fisharerojo.org>
Tue, 23 Jan 2007 01:52:16 +0000 (01:52 +0000)
From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-1834-1169505975-229.41318-75-0@perl.org>

p4raw-id: //depot/perl@29930

win32/win32.c

index 43c7f3f..cbd3a36 100644 (file)
@@ -4938,7 +4938,7 @@ Perl_sys_intern_init(pTHX)
     for (i=0; i < SIG_SIZE; i++) {
        w32_sighandler[i] = SIG_DFL;
     }
-#  ifdef MULTIPLICTY
+#  ifdef MULTIPLICITY
     if (my_perl == PL_curinterp) {
 #  else
     {