This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Remove PL_lex_expect define
authorFather Chrysostomos <sprout@cpan.org>
Sat, 23 Aug 2014 01:14:06 +0000 (18:14 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 25 Aug 2014 02:02:57 +0000 (19:02 -0700)
This is no longer used.

toke.c

diff --git a/toke.c b/toke.c
index 398bd7b..66e7d33 100644 (file)
--- a/toke.c
+++ b/toke.c
@@ -54,7 +54,6 @@ Individual members of C<PL_parser> have their own documentation.
 #define PL_lex_casestack        (PL_parser->lex_casestack)
 #define PL_lex_defer           (PL_parser->lex_defer)
 #define PL_lex_dojoin          (PL_parser->lex_dojoin)
-#define PL_lex_expect          (PL_parser->lex_expect)
 #define PL_lex_formbrack        (PL_parser->lex_formbrack)
 #define PL_lex_inpat           (PL_parser->lex_inpat)
 #define PL_lex_inwhat          (PL_parser->lex_inwhat)