summaryrefslogtreecommitdiffstats
path: root/Include/mymalloc.h
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 15:28:04 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-31 15:28:04 (GMT)
commit7e018909862a3fe6c571bbb7143f4ffb18ae834c (patch)
treeed39d496c16b58895a2620f43061bc9013c1deca /Include/mymalloc.h
parent885082ca67d679a0d95218cb38babbcb10b92c3f (diff)
downloadcpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.zip
cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.gz
cpython-7e018909862a3fe6c571bbb7143f4ffb18ae834c.tar.bz2
merge Include/my*.h into Include/pyport.h
marked my*.h as obsolete
Diffstat (limited to 'Include/mymalloc.h')
-rw-r--r--Include/mymalloc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Include/mymalloc.h b/Include/mymalloc.h
index 5bbd1e5..2af58e4 100644
--- a/Include/mymalloc.h
+++ b/Include/mymalloc.h
@@ -10,6 +10,11 @@ See the file "Misc/COPYRIGHT" for information on usage and
redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
******************************************************************/
+/***************************************
+THIS FILE IS OBSOLETE
+USE "pyport.h" INSTEAD
+***************************************/
+
/* Lowest-level memory allocation interface */
#define ANY void /* For API compatibility only. Obsolete, do not use. */