More GNUify non-GNU formatted functions calls throughout.

This commit is contained in:
Christopher Faylor
2002-09-23 00:31:31 +00:00
parent c87c8a533f
commit f0227ea3c7
23 changed files with 77 additions and 78 deletions

View File

@ -35,11 +35,6 @@ details. */
static int export_malloc_called;
static int use_internal_malloc = 1;
#undef in
#undef out
#define in(x)
#define out(x)
#ifdef MALLOC_DEBUG
extern "C" void * _sbrk (size_t incr_arg);