Mercurial > hg > xemacs-beta
diff src/emacs.c @ 416:ebe98a74bd68 r21-2-16
Import from CVS: tag r21-2-16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:22:23 +0200 |
parents | da8ed4261e83 |
children | 41dbb7a9d5f2 |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 11:21:40 2007 +0200 +++ b/src/emacs.c Mon Aug 13 11:22:23 2007 +0200 @@ -77,7 +77,7 @@ void report_sheap_usage (int die_if_pure_storage_exceeded); #endif -#if !defined SYSTEM_MALLOC && !defined DOUG_LEA_MALLOC +#if !defined (SYSTEM_MALLOC) && !defined (DOUG_LEA_MALLOC) extern void *(*__malloc_hook)(size_t); extern void *(*__realloc_hook)(void *, size_t); extern void (*__free_hook)(void *); @@ -2466,6 +2466,8 @@ report_sheap_usage (1); #endif + clear_message (); + fflush (stderr); fflush (stdout);