summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-04-08 15:27:29 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-04-08 15:27:29 (GMT)
commit184c16031e2f0c9eacd5596f12bf6b1227a990e0 (patch)
tree646439f61b521961b1f6d2e7b0178f082109929e /Mac
parent08c3be35c3309a81f02e14e56838148137a02caa (diff)
downloadcpython-184c16031e2f0c9eacd5596f12bf6b1227a990e0.zip
cpython-184c16031e2f0c9eacd5596f12bf6b1227a990e0.tar.gz
cpython-184c16031e2f0c9eacd5596f12bf6b1227a990e0.tar.bz2
DisposPtr -> DisposePtr
Diffstat (limited to 'Mac')
-rw-r--r--Mac/mwerks/malloc/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/malloc/malloc.c b/Mac/mwerks/malloc/malloc.c
index 8de5758..89ba4bf 100644
--- a/Mac/mwerks/malloc/malloc.c
+++ b/Mac/mwerks/malloc/malloc.c
@@ -315,7 +315,7 @@ free(cp)
#ifdef MSTATS
nmalloc[NBUCKETS]--;
#endif
- DisposPtr((Ptr)op);
+ DisposePtr((Ptr)op);
return;
}
ASSERT(size < NBUCKETS);