diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-01 03:38:03 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-01 03:38:03 +0000 |
commit | 2fa86c13816417d1d62616d1bb8114a5a9831c33 (patch) | |
tree | 2e7c243773cb4d59d9b7b093339f7a6993fb9ddf /win32/win32.h | |
parent | 2be4c08b6f13de9eea531f8a8a2229b3bd245b1a (diff) | |
download | perl-2fa86c13816417d1d62616d1bb8114a5a9831c33.tar.gz |
Windows miscellany
p4raw-id: //depot/perl@5388
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/win32.h b/win32/win32.h index bbf88bb1e5..b0ccd14d9f 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -27,12 +27,6 @@ # define win32_get_sitelib PerlEnv_sitelib_path #endif -#if defined(PERL_IMPLICIT_CONTEXT) -/* compat */ -# define GetPerlInterpreter Perl_get_context -# define SetPerlInterpreter Perl_set_context -#endif - #ifdef __GNUC__ # ifndef __int64 /* some versions seem to #define it already */ # define __int64 long long |