diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-01-29 10:11:39 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-29 10:26:41 -0700 |
commit | 881ffab65cdbee2f146ada660e5593bad2e71472 (patch) | |
tree | e8ede27d35417eb0e8de6b9039f75a62a9479343 /embed.h | |
parent | 71556506e314e769ce97e03177d978fbd8a37c18 (diff) | |
download | perl-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |