summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
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*/