summaryrefslogtreecommitdiffstats
path: root/Include/mymalloc.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-07 23:50:40 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-07 23:50:40 (GMT)
commit6778f257b7d06d2fc88563a9141b2f1b92d4ebb7 (patch)
treec9203f3eecafcc1f3a558723339570586868a5da /Include/mymalloc.h
parentb05a5c7698cd8dff3e5c02e513db765ba12281f0 (diff)
downloadcpython-6778f257b7d06d2fc88563a9141b2f1b92d4ebb7.zip
cpython-6778f257b7d06d2fc88563a9141b2f1b92d4ebb7.tar.gz
cpython-6778f257b7d06d2fc88563a9141b2f1b92d4ebb7.tar.bz2
Oops, rename2.h was included by some other headers.
Diffstat (limited to 'Include/mymalloc.h')
-rw-r--r--Include/mymalloc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/mymalloc.h b/Include/mymalloc.h
index cbdc429..2de5310 100644
--- a/Include/mymalloc.h
+++ b/Include/mymalloc.h
@@ -93,7 +93,4 @@ extern void free Py_PROTO((ANY *)); /* XXX sometimes int on Unix old systems */
}
#endif
-#ifndef Py_USE_NEW_NAMES
-#include "rename2.h"
-#endif
#endif /* !Py_MYMALLOC_H */