(debug_memory_stream): Turn debugging off by default.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1995-08-04 19:31:05 +00:00
parent 99c4a50322
commit 288fd6317a

View file

@ -61,7 +61,7 @@ objects_vscanf (void *stream,
void (*unchar_func)(void*,int), void (*unchar_func)(void*,int),
const char *format, va_list argptr); const char *format, va_list argptr);
static BOOL debug_memory_stream = YES; static BOOL debug_memory_stream = NO;
/* A pretty stupid implementation based on realloc(), but it works for now. */ /* A pretty stupid implementation based on realloc(), but it works for now. */