From: Jack Jansen Date: Mon, 14 Aug 1995 12:17:18 +0000 (+0000) Subject: Shuffled include's around (name conflict on Mac wrt teclick()) X-Git-Tag: v1.3b1~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc977a99e0122c0f0d680f8cd3eb9c0cd459b5b7;p=thirdparty%2FPython%2Fcpython.git Shuffled include's around (name conflict on Mac wrt teclick()) --- diff --git a/Modules/stdwinmodule.c b/Modules/stdwinmodule.c index 675b959b7b9c..7ada57ac038d 100644 --- a/Modules/stdwinmodule.c +++ b/Modules/stdwinmodule.c @@ -67,6 +67,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "modsupport.h" #include "ceval.h" #include "sysmodule.h" +#ifdef macintosh +#include "macglue.h" +#endif #ifdef macintosh #include ":::stdwin:H:stdwin.h" @@ -104,10 +107,6 @@ static type_lock StdwinLock; /* Lock held when interpreter not locked */ static object *StdwinError; /* Exception stdwin.error */ -#ifdef macintosh -#include "macglue.h" -#endif - /* Window and menu object types declared here because of forward references */ typedef struct {