summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-10 21:54:18 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-10 21:54:18 +0000
commit5336380d3e98d40ceb0f5b533b012f0e4cd65847 (patch)
treed4ad983e1657963728b2ee18ac4112c62f92060e /makedef.pl
parentcd81e91502ad4d6bb904961b23b1a3ff2fa664af (diff)
downloadperl-5336380d3e98d40ceb0f5b533b012f0e4cd65847.tar.gz
Move the 12 static MAD variables from toke.c into the interpeter
structure. p4raw-id: //depot/perl@27466
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 5b4f930260..6f20f1233d 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -847,6 +847,18 @@ if ($define{'PERL_MAD'}) {
PL_madskills
PL_xmlfp
PL_lasttoke
+ PL_realtokenstart
+ PL_faketokens
+ PL_thismad
+ PL_thistoken
+ PL_thisopen
+ PL_thisstuff
+ PL_thisclose
+ PL_thiswhite
+ PL_nextwhite
+ PL_skipwhite
+ PL_endwhite
+ PL_curforce
Perl_pad_peg
Perl_xmldump_indent
Perl_xmldump_vindent