]> granicus.if.org Git - python/commitdiff
Oops, rename2.h was included by some other headers.
authorGuido van Rossum <guido@python.org>
Wed, 7 May 1997 23:50:40 +0000 (23:50 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 May 1997 23:50:40 +0000 (23:50 +0000)
Include/mymalloc.h
Include/myproto.h

index cbdc429a37c26773c2a6dec8837854244e45c0d8..2de5310be7155702f2e4fa63e4888cfc72961483 100644 (file)
@@ -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 */
index 7b37967c21814ddf133663c18f89fa9ab21ebd8b..9cacbec6f96fe0981392662d6d39e45a8fe22cca 100644 (file)
@@ -49,8 +49,4 @@ PERFORMANCE OF THIS SOFTWARE.
 }
 #endif
 
-#ifndef Py_USE_NEW_NAMES
-#include "rename2.h"
-#endif
-
 #endif /* !Py_PROTO_H */