summaryrefslogtreecommitdiffstats
path: root/Modules/_localemodule.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-19 22:52:23 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2003-11-19 22:52:23 (GMT)
commit4bae2d5e46b5135dba523616fd0960fc915eb120 (patch)
tree730899029b05968513eadb26fe1e3c4ac22653d1 /Modules/_localemodule.c
parentbc2fbc74edf3f6c451b823329a66413d9fcf1c55 (diff)
downloadcpython-4bae2d5e46b5135dba523616fd0960fc915eb120.zip
cpython-4bae2d5e46b5135dba523616fd0960fc915eb120.tar.gz
cpython-4bae2d5e46b5135dba523616fd0960fc915eb120.tar.bz2
Getting rid of code dependent on GUSI or the MetroWerks compiler.
Diffstat (limited to 'Modules/_localemodule.c')
-rw-r--r--Modules/_localemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index 5862c1e..9f185be 100644
--- a/Modules/_localemodule.c
+++ b/Modules/_localemodule.c
@@ -34,7 +34,7 @@ This software comes with no warranty. Use at your own risk.
#include <windows.h>
#endif
-#if defined(__APPLE__) || defined(__MWERKS__)
+#if defined(__APPLE__)
#include "macglue.h"
#endif