hide dup symbol for static build of ext/re
authorDominic Dunlop <domo@computer.org>
Wed, 29 Jul 1998 11:09:56 +0000 (12:09 +0100)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 8 Aug 1998 22:56:55 +0000 (22:56 +0000)
Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]

p4raw-id: //depot/perl@1770

regcomp.c

index 26b52ef..2daa72b 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -38,6 +38,7 @@
 /* *These* symbols are masked to allow static link. */
 #  define Perl_pregfree my_regfree
 #  define Perl_regnext my_regnext
+#  define save_re_context my_save_re_context
 #endif 
 
 /*SUPPRESS 112*/