[win32] remove C<#define index strchr> from win32.h (unused, and the
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 27 May 1998 23:29:22 +0000 (23:29 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 27 May 1998 23:29:22 +0000 (23:29 +0000)
pollution causes spurious variable name changes in extensions)

p4raw-id: //depot/win32/perl@1039

win32/win32.h

index d2ac9b9..270593d 100644 (file)
@@ -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>