summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-10-05 11:43:32 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-10-05 11:43:32 (GMT)
commit60a9ee2679565a206b8c5352141773099124a964 (patch)
treee52ea2d74309038a30d6a5393918a27e1dc67a22 /Mac
parent573788eef1a066e0ff1bc1aee3e93a0abd25b614 (diff)
downloadcpython-60a9ee2679565a206b8c5352141773099124a964.zip
cpython-60a9ee2679565a206b8c5352141773099124a964.tar.gz
cpython-60a9ee2679565a206b8c5352141773099124a964.tar.bz2
Added SIZEOF_VOID_P and HAVE_LONG_LONG
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Include/config.h b/Mac/Include/config.h
index ad512ac..fc6f427 100644
--- a/Mac/Include/config.h
+++ b/Mac/Include/config.h
@@ -44,6 +44,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
+#define SIZEOF_VOID_P 4
+#define HAVE_LONG_LONG 1
#ifdef THINK_C
#define HAVE_FOPENRF