projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984faeb
)
Use 'OS_malloc' for default definition of 'HEAP_MALLOC', because the
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 24 Jul 2005 05:10:03 +0000
(
05:10
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 24 Jul 2005 05:10:03 +0000
(
05:10
+0000)
latter isn't allowed to return the null pointer.
v7/src/microcode/object.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/object.h
b/v7/src/microcode/object.h
index 79fcd6688110fa9ff6ab029f26f468bdeb1a587d..aba1a7e16e4c04087f17b83e78dd3e0fac5204f5 100644
(file)
--- a/
v7/src/microcode/object.h
+++ b/
v7/src/microcode/object.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: object.h,v 9.5
8 2005/07/15 05:31:58
cph Exp $
+$Id: object.h,v 9.5
9 2005/07/24 05:10:03
cph Exp $
Copyright 1986,1987,1988,1989,1990,1992 Massachusetts Institute of Technology
Copyright 1993,1995,1997,1998,2000,2001 Massachusetts Institute of Technology
@@
-120,7
+120,7
@@
USA.
/* Machine dependencies */
#ifndef HEAP_MALLOC
-# define HEAP_MALLOC malloc
+# define HEAP_MALLOC
OS_
malloc
#endif
#ifdef HEAP_IN_LOW_MEMORY /* Storing absolute addresses */