diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-03 16:21:59 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-10-03 16:21:59 +0000 |
commit | c3c974a67f0c45348e2d8d31bc20ceb1672d9fa5 (patch) | |
tree | b9311dabd5d1ca345f31d0a5d699e0fc6cdb5c29 /embedvar.h | |
parent | c8ae91a8d996e65182b5522ff8f511a834fac9c1 (diff) | |
download | perl-c3c974a67f0c45348e2d8d31bc20ceb1672d9fa5.tar.gz |
Reverse change #31978
p4raw-link: @31978 on //depot/perl: d804f4346b490171e547d5cc512063e53da10708
p4raw-id: //depot/perl@32015
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embedvar.h b/embedvar.h index 0d3d347af4..15057bce69 100644 --- a/embedvar.h +++ b/embedvar.h @@ -278,7 +278,6 @@ #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) @@ -346,7 +345,6 @@ #define PL_utf8_xdigit (vTHX->Iutf8_xdigit) #define PL_utf8cache (vTHX->Iutf8cache) #define PL_utf8locale (vTHX->Iutf8locale) -#define PL_v_string_ok (vTHX->Iv_string_ok) #define PL_warnhook (vTHX->Iwarnhook) #define PL_watchaddr (vTHX->Iwatchaddr) #define PL_watchok (vTHX->Iwatchok) @@ -594,7 +592,6 @@ #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 @@ -662,7 +659,6 @@ #define PL_Iutf8_xdigit PL_utf8_xdigit #define PL_Iutf8cache PL_utf8cache #define PL_Iutf8locale PL_utf8locale -#define PL_Iv_string_ok PL_v_string_ok #define PL_Iwarnhook PL_warnhook #define PL_Iwatchaddr PL_watchaddr #define PL_Iwatchok PL_watchok |