summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-21 19:57:24 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-21 19:57:24 +0000
commit14047fc9aecf45824605bc7cab225fa40118f1cc (patch)
tree646094a65acda92772a2330525a9159b4c25097e /intrpvar.h
parente37659a3d616afed86fb8f0e0699e900ad4d59b7 (diff)
downloadperl-14047fc9aecf45824605bc7cab225fa40118f1cc.tar.gz
move PL_tokenbuf into the PL_parser struct
p4raw-id: //depot/perl@31252
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 3a171a6acf..77e455fcfd 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -431,8 +431,6 @@ PERLVARI(Imaxo, int, MAXO) /* maximum number of ops */
PERLVARI(Irunops, runops_proc_t, MEMBER_TO_FPTR(RUNOPS_DEFAULT))
-PERLVARA(Itokenbuf,256, char)
-
/*
=for apidoc Amn|SV|PL_sv_undef
This is the C<undef> SV. Always refer to this as C<&PL_sv_undef>.