From: Gurusamy Sarathy Date: Wed, 27 May 1998 23:29:22 +0000 (+0000) Subject: [win32] remove C<#define index strchr> from win32.h (unused, and the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a14cb26abd9e94e845d7de891545ccdb8fb0fad9;p=p5sagit%2Fp5-mst-13.2.git [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 --- 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