summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-01-29 10:11:39 -0700
committerKarl Williamson <public@khwilliamson.com>2011-01-29 10:26:41 -0700
commit881ffab65cdbee2f146ada660e5593bad2e71472 (patch)
treee8ede27d35417eb0e8de6b9039f75a62a9479343 /embed.h
parent71556506e314e769ce97e03177d978fbd8a37c18 (diff)
downloadperl-881ffab65cdbee2f146ada660e5593bad2e71472.tar.gz
Use embed.pl inline capabilities for regcurly
Change the regcurly definition to use the new inline abilities.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 90e365f936..133acd9e4e 100644
--- a/embed.h
+++ b/embed.h
@@ -1238,6 +1238,9 @@
#define do_trans_simple(a) S_do_trans_simple(aTHX_ a)
#define do_trans_simple_utf8(a) S_do_trans_simple_utf8(aTHX_ a)
# endif
+# if defined(PERL_IN_DQUOTE_STATIC_C)
+#define regcurly(a) S_regcurly(aTHX_ a)
+# endif
# if defined(PERL_IN_DUMP_C)
#define deb_curcv(a) S_deb_curcv(aTHX_ a)
#define debprof(a) S_debprof(aTHX_ a)