diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-05-21 21:02:50 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-21 21:02:50 +0000 |
commit | 670a9cb260d5f37076650f3eb5aa6c305796b0f7 (patch) | |
tree | b046c644553ddb33cff4c97acbf31e31461fdc15 /toke.c | |
parent | 8d8376c624c0059bc9da5e4cfa799a20c1846647 (diff) | |
download | perl-670a9cb260d5f37076650f3eb5aa6c305796b0f7.tar.gz |
move PL_multi_end into the PL_parser struct
p4raw-id: //depot/perl@31254
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ #define PL_in_my (PL_parser->in_my) #define PL_in_my_stash (PL_parser->in_my_stash) #define PL_tokenbuf (PL_parser->tokenbuf) +#define PL_multi_end (PL_parser->multi_end) #ifdef PERL_MAD # define PL_endwhite (PL_parser->endwhite) |