summaryrefslogtreecommitdiff
path: root/Mac/Compat
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-06-09 20:39:24 +0000
committerJack Jansen <jack.jansen@cwi.nl>1995-06-09 20:39:24 +0000
commita0e76bebd3ddb05461c9f692ff1f53267203aaae (patch)
treeb6b5f84f0fa20a121e82b2c9ea77ab57c8b766f5 /Mac/Compat
parentb81cf9d61c71f9b5949b9424cec1f59ac4a426e8 (diff)
downloadcpython-git-a0e76bebd3ddb05461c9f692ff1f53267203aaae.tar.gz
Ported to CodeWarrior 6
Diffstat (limited to 'Mac/Compat')
-rw-r--r--Mac/Compat/macstat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/Compat/macstat.h b/Mac/Compat/macstat.h
index 4c2421998c..64ace4e7f4 100644
--- a/Mac/Compat/macstat.h
+++ b/Mac/Compat/macstat.h
@@ -26,3 +26,8 @@ struct macstat {
#define S_IREAD 0400
#define S_IWRITE 0200
#define S_IEXEC 0100
+
+/* To stop inclusion of MWerks header: */
+#ifndef _STAT
+#define _STAT
+#endif