diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-05-05 17:38:12 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-05 17:38:12 +0000 |
commit | bc177e6b66d4907a90c81f2862ce55ad78b6496f (patch) | |
tree | c5d5a48ea379b96c206696e7091532a97420284c /perlapi.h | |
parent | 7c1f70cbf29b1c0cfc4cf8a13260aa01453de093 (diff) | |
download | perl-bc177e6b66d4907a90c81f2862ce55ad78b6496f.tar.gz |
move PL_lex_state into the PL_parser struct
p4raw-id: //depot/perl@31154
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -342,8 +342,6 @@ END_EXTERN_C #define PL_laststatval (*Perl_Ilaststatval_ptr(aTHX)) #undef PL_laststype #define PL_laststype (*Perl_Ilaststype_ptr(aTHX)) -#undef PL_lex_state -#define PL_lex_state (*Perl_Ilex_state_ptr(aTHX)) #undef PL_lineary #define PL_lineary (*Perl_Ilineary_ptr(aTHX)) #undef PL_localpatches |