[Python-Dev] [win32] Killing MSVC's _alloca (original) (raw)

Gerhard Haering gerhard.haering@gmx.de
Sat, 5 Oct 2002 03:30:32 +0200


I've now installed MSVC6SP4 and verified that with my patch Python still builds ok. Obviously, Python's compiler options for MSVC don't define STDC.

Is it cleaner to undefine STDC instead?

It'd be cleaner to use either _alloca or alloca, but not both like the current M$VC specific code does.

-- Gerhard