summaryrefslogtreecommitdiffstats
path: root/Include/objimpl.h
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 22:19:30 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 22:19:30 (GMT)
commit25f68944c20a3a37da6776277057c2d19a80211f (patch)
treec271e544f83b111f29907a7613bbaed03a8df40e /Include/objimpl.h
parentb88b0bce2a0733a53218b23f6ddfcd7626f1f4f1 (diff)
downloadcpython-25f68944c20a3a37da6776277057c2d19a80211f.zip
cpython-25f68944c20a3a37da6776277057c2d19a80211f.tar.gz
cpython-25f68944c20a3a37da6776277057c2d19a80211f.tar.bz2
patch from Vladimir (move Py_Mem* interface to Include/pymem.h)
Diffstat (limited to 'Include/objimpl.h')
-rw-r--r--Include/objimpl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h
index 3c0c7fc..0fd813d 100644
--- a/Include/objimpl.h
+++ b/Include/objimpl.h
@@ -10,12 +10,13 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#ifndef Py_OBJIMPL_H
#define Py_OBJIMPL_H
+
+#include "pymem.h"
+
#ifdef __cplusplus
extern "C" {
#endif
-#include "pyport.h"
-
/*
Functions and macros for modules that implement new object types.
You must first include "object.h".