summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-07-19 10:34:24 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2015-07-22 08:33:23 -0400
commitf7e03a1013a0b759f99885c500f0e89656a992ba (patch)
tree0de13481a2541f3816d2419e614271469de745fe /toke.c
parentb992490dd5c64d667e649dd0ee35a658034d93c0 (diff)
downloadperl-f7e03a1013a0b759f99885c500f0e89656a992ba.tar.gz
static inlines from dquote_static.c -> new dquote_inline.h
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toke.c b/toke.c
index db82129706..d18fac0a0d 100644
--- a/toke.c
+++ b/toke.c
@@ -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)