diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-09 19:53:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-09 19:53:53 +0000 |
commit | af5683d1a11b86657bb9d3800d54c4d65ca7b5a0 (patch) | |
tree | 371a617cccf6f227a65010fc35060b6de34dba6d /embedvar.h | |
parent | 5db06880675667a071aa923bc110c33a81cc6d8a (diff) | |
download | perl-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 'embedvar.h')
-rw-r--r-- | embedvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h index 1827ad3de6..8312a128e4 100644 --- a/embedvar.h +++ b/embedvar.h @@ -278,6 +278,7 @@ #define PL_lastfd (vTHX->Ilastfd) #define PL_laststatval (vTHX->Ilaststatval) #define PL_laststype (vTHX->Ilaststype) +#define PL_lasttoke (vTHX->Ilasttoke) #define PL_lex_brackets (vTHX->Ilex_brackets) #define PL_lex_brackstack (vTHX->Ilex_brackstack) #define PL_lex_casemods (vTHX->Ilex_casemods) @@ -561,6 +562,7 @@ #define PL_Ilastfd PL_lastfd #define PL_Ilaststatval PL_laststatval #define PL_Ilaststype PL_laststype +#define PL_Ilasttoke PL_lasttoke #define PL_Ilex_brackets PL_lex_brackets #define PL_Ilex_brackstack PL_lex_brackstack #define PL_Ilex_casemods PL_lex_casemods |