This commit is contained in:
Martin v. Löwis 2002-05-15 18:24:06 +00:00
parent b07fa39edf
commit 1e1fcef756
5 changed files with 24 additions and 13 deletions

View file

@ -22,13 +22,12 @@
#include "patchlevel.h"
#include "pyconfig.h"
#include "pyport.h"
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
/* pyconfig.h or pyport.h may or may not define DL_IMPORT */
/* pyconfig.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT /* declarations for DLL import/export */
#define DL_IMPORT(RTYPE) RTYPE
#endif
@ -60,6 +59,8 @@
*/
#include <assert.h>
#include "pyport.h"
/* Debug-mode build with pymalloc implies PYMALLOC_DEBUG.
* PYMALLOC_DEBUG is in error if pymalloc is not in use.
*/