From: Tim Peters Date: Wed, 17 Jul 2002 15:32:40 +0000 (+0000) Subject: Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. X-Git-Tag: v2.3c1~4974 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02488ff1737b6f620e6b7727a2904c0d51871041;p=thirdparty%2FPython%2Fcpython.git Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. --- diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 547a567e2d55..d4dfd903a5be 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -435,10 +435,6 @@ typedef int pid_t; (as it does on SGI IRIX 4.x) */ /* #undef BAD_EXEC_PROTOTYPES */ -/* Define if your compiler botches static forward declarations - (as it does on SCI ODT 3.0) */ -#define BAD_STATIC_FORWARD 1 - /* Define if getpgrp() must be called as getpgrp(0) and (consequently) setpgrp() as setpgrp(0, 0). */ /* #undef GETPGRP_HAVE_ARGS */