summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-05-27 23:29:22 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-05-27 23:29:22 +0000
commita14cb26abd9e94e845d7de891545ccdb8fb0fad9 (patch)
treef7a077d6ef7fd318afded95d418c7a5a9c3a67f2 /win32
parent45d140eb7935a70b2ef9065a66f6ff460b0014e8 (diff)
downloadperl-a14cb26abd9e94e845d7de891545ccdb8fb0fad9.tar.gz
[win32] remove C<#define index strchr> from win32.h (unused, and the
pollution causes spurious variable name changes in extensions) p4raw-id: //depot/win32/perl@1039
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index d2ac9b9a5d..270593da68 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -40,7 +40,6 @@ typedef long long __int64;
#ifdef WIN32_LEAN_AND_MEAN /* C file is NOT a Perl5 original. */
#define CONTEXT PERL_CONTEXT /* Avoid conflict of CONTEXT defs. */
-#define index strchr /* Why 'index'? */
#endif /*WIN32_LEAN_AND_MEAN */
#include <dirent.h>