diff options
author | Dominic Dunlop <domo@computer.org> | 1998-07-29 12:09:56 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-08 22:56:55 +0000 |
commit | fe2c25664928177f74d1bf55c146cfd32824d5f1 (patch) | |
tree | 9b7deb9358510c132203865ac30148057bfc604c /regcomp.c | |
parent | a5a20234c16adf3662345bdfd872d14c28021bc0 (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*/ |