diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-19 10:34:24 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-07-22 08:33:23 -0400 |
commit | f7e03a1013a0b759f99885c500f0e89656a992ba (patch) | |
tree | 0de13481a2541f3816d2419e614271469de745fe /toke.c | |
parent | b992490dd5c64d667e649dd0ee35a658034d93c0 (diff) | |
download | perl-f7e03a1013a0b759f99885c500f0e89656a992ba.tar.gz |
static inlines from dquote_static.c -> new dquote_inline.h
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ Individual members of C<PL_parser> have their own documentation. #define PERL_IN_TOKE_C #include "perl.h" #include "dquote_static.c" +#include "dquote_inline.h" #define new_constant(a,b,c,d,e,f,g) \ S_new_constant(aTHX_ a,b,STR_WITH_LEN(c),d,e,f, g) |