From a14cb26abd9e94e845d7de891545ccdb8fb0fad9 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 27 May 1998 23:29:22 +0000 Subject: [PATCH] [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 --- win32/win32.h | 1 - 1 file changed, 1 deletion(-) diff --git a/win32/win32.h b/win32/win32.h index d2ac9b9..270593d 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 -- 2.7.4