summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-10-16 21:09:00 -0600
committerKarl Williamson <public@khwilliamson.com>2013-11-26 21:03:40 -0700
commitd9fe7d23bdbf0c9aeef4f48ea4e0c277e6c504d8 (patch)
treec07bda32e9f7ee6c6da221908374559aac73786e /embed.h
parent2a99ff865b7e95ea4a62ce50e45f728a34bdcb1f (diff)
downloadperl-d9fe7d23bdbf0c9aeef4f48ea4e0c277e6c504d8.tar.gz
mg.c: Extract code into a function.
This is in preparation for the same code to be used in additional places. There should be no logic changes.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index c042eab45f..d25bb111b1 100644
--- a/embed.h
+++ b/embed.h
@@ -1421,6 +1421,7 @@
#define adjust_size_and_find_bucket S_adjust_size_and_find_bucket
# endif
# if defined(PERL_IN_MG_C)
+#define fixup_errno_string(a) S_fixup_errno_string(aTHX_ a)
#define magic_methcall1(a,b,c,d,e,f) S_magic_methcall1(aTHX_ a,b,c,d,e,f)
#define magic_methpack(a,b,c) S_magic_methpack(aTHX_ a,b,c)
#define restore_magic(a) S_restore_magic(aTHX_ a)