more fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1468 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* Last rev: *
|
||||
* mods: *
|
||||
* comments: allocating space *
|
||||
* version:$Id: alloc.c,v 1.76 2005-11-23 03:01:33 vsc Exp $ *
|
||||
* version:$Id: alloc.c,v 1.77 2005-11-23 12:09:50 vsc Exp $ *
|
||||
*************************************************************************/
|
||||
#ifdef SCCS
|
||||
static char SccsId[] = "%W% %G%";
|
||||
@@ -81,7 +81,6 @@ minfo(char mtype)
|
||||
static inline char *
|
||||
call_malloc(unsigned int size)
|
||||
{
|
||||
char *tmp;
|
||||
#if INSTRUMENT_MALLOC
|
||||
if (mallocs % 1024*4 == 0)
|
||||
minfo('A');
|
||||
|
Reference in New Issue
Block a user