summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-03-09 19:53:53 +0000
committerNicholas Clark <nick@ccl4.org>2006-03-09 19:53:53 +0000
commitaf5683d1a11b86657bb9d3800d54c4d65ca7b5a0 (patch)
tree371a617cccf6f227a65010fc35060b6de34dba6d /perlapi.h
parent5db06880675667a071aa923bc110c33a81cc6d8a (diff)
downloadperl-af5683d1a11b86657bb9d3800d54c4d65ca7b5a0.tar.gz
It helps to run embed.pl in the correct directory. (not the symlink
tree) p4raw-id: //depot/perl@27446
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index ae4d932c78..11a7039185 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -354,6 +354,8 @@ END_EXTERN_C
#define PL_laststatval (*Perl_Ilaststatval_ptr(aTHX))
#undef PL_laststype
#define PL_laststype (*Perl_Ilaststype_ptr(aTHX))
+#undef PL_lasttoke
+#define PL_lasttoke (*Perl_Ilasttoke_ptr(aTHX))
#undef PL_lex_brackets
#define PL_lex_brackets (*Perl_Ilex_brackets_ptr(aTHX))
#undef PL_lex_brackstack