[ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
Dominic Dunlop [Mon, 18 Dec 2000 12:00:15 +0000 (13:00 +0100)]
Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>

This patchlet is needed in order that perl can be statically linked.

p4raw-id: //depot/perl@8191

regexec.c

index ac91bea..bdbdb59 100644 (file)
--- a/regexec.c
+++ b/regexec.c
@@ -39,6 +39,7 @@
 /* *These* symbols are masked to allow static link. */
 #  define Perl_pregexec my_pregexec
 #  define Perl_reginitcolors my_reginitcolors 
+#  define Perl_regclass_swash my_regclass_swash
 
 #  define PERL_NO_GET_CONTEXT
 #endif