summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-07-17 15:32:40 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-07-17 15:32:40 (GMT)
commit02488ff1737b6f620e6b7727a2904c0d51871041 (patch)
treeaf81c4a3463f8d6bb612bfdbd057186fb13dea66
parent11c3f0999f932e3697347dde15f99a8ad9f9216d (diff)
downloadcpython-02488ff1737b6f620e6b7727a2904c0d51871041.zip
cpython-02488ff1737b6f620e6b7727a2904c0d51871041.tar.gz
cpython-02488ff1737b6f620e6b7727a2904c0d51871041.tar.bz2
Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it.
-rw-r--r--PC/pyconfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 547a567..d4dfd90 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 */