summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-12-18 00:24:01 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-12-18 00:24:01 +0000
commit5912531faf421dc0ccf67f600667fb8051dc62a5 (patch)
tree054a27cdab6840aafc8b7e3aea4b1e59a4e7cc7e /intrpvar.h
parent1654d59374622f7e3936c1480c6dd5a043f5d77b (diff)
downloadperl-5912531faf421dc0ccf67f600667fb8051dc62a5.tar.gz
move parser state into new parser object, PL_parser
p4raw-id: //depot/perl@29570
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 8c94284322..7fd8670fa5 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -402,9 +402,7 @@ PERLVARA(Ilast_swash_key,10, U8)
PERLVAR(Ilast_swash_tmps, U8 *)
PERLVAR(Ilast_swash_slen, STRLEN)
-/* perly.c globals */
-PERLVAR(Iyycharp, int *)
-PERLVAR(Iyylvalp, YYSTYPE *)
+PERLVAR(Iparser, yy_parser *) /* current parser state */
PERLVARI(Iglob_index, int, 0)
PERLVAR(Isrand_called, bool)