summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorDominic Dunlop <domo@computer.org>1998-07-29 12:09:56 +0100
committerGurusamy Sarathy <gsar@cpan.org>1998-08-08 22:56:55 +0000
commitfe2c25664928177f74d1bf55c146cfd32824d5f1 (patch)
tree9b7deb9358510c132203865ac30148057bfc604c /regcomp.c
parenta5a20234c16adf3662345bdfd872d14c28021bc0 (diff)
downloadperl-fe2c25664928177f74d1bf55c146cfd32824d5f1.tar.gz
hide dup symbol for static build of ext/re
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
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.c b/regcomp.c
index 26b52efae2..2daa72bafd 100644
--- 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*/