Skip to content

Commit

Permalink
Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-one committed Jul 17, 2002
1 parent 11c3f09 commit 02488ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 02488ff

Please sign in to comment.