diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-09-28 07:32:28 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-09-28 07:32:28 +0000 |
commit | ccbc746237db1033378f8330eca4b5c23b79b8ce (patch) | |
tree | 3a739a143e2233aba11e92239e3272cd9b75386f /embedvar.h | |
parent | f2fc5c80d1dc0be49a3595b9da0de11e796c58eb (diff) | |
download | perl-ccbc746237db1033378f8330eca4b5c23b79b8ce.tar.gz |
Change 31987 forgot to re-run embed.pl
p4raw-id: //depot/perl@31990
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 93ba32e162..0d3d347af4 100644 --- a/embedvar.h +++ b/embedvar.h @@ -278,6 +278,7 @@ #define PL_sort_RealCmp (vTHX->Isort_RealCmp) #define PL_sortcop (vTHX->Isortcop) #define PL_sortstash (vTHX->Isortstash) +#define PL_spare_510 (vTHX->Ispare_510) #define PL_splitstr (vTHX->Isplitstr) #define PL_srand_called (vTHX->Isrand_called) #define PL_stack_base (vTHX->Istack_base) @@ -593,6 +594,7 @@ #define PL_Isort_RealCmp PL_sort_RealCmp #define PL_Isortcop PL_sortcop #define PL_Isortstash PL_sortstash +#define PL_Ispare_510 PL_spare_510 #define PL_Isplitstr PL_splitstr #define PL_Isrand_called PL_srand_called #define PL_Istack_base PL_stack_base |