2007-03-31
2007-03-31 22:12:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
f6336c897562295cb58cfab6911d73a2fbf666d2
(8 lines)
(+4/-4)
[
Show
| Annotate
]
Branch: 7.9
Fixed leak report...
Minor diagnostics cleanups.
Rev: src/pike_types.c:1.274
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: pike_types.c,v 1.273 2007/03/31 21:39:45 grubba Exp $
+ || $Id: pike_types.c,v 1.274 2007/03/31 22:12:14 grubba Exp $
*/
#include "global.h"
5354: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
if (l_flag>2) {
- fprintf(stderr, "\n The argument is a splice operator.");
+ fprintf(stderr, "\n The argument is a splice operator.\n");
}
#endif /* PIKE_DEBUG */
6359:
* It's needed for dmalloc to survive.
*/
pike_type_hash_size = 0;
- #if 0
+
#ifdef DO_PIKE_CLEANUP
free_all_pike_type_blocks();
#endif /* DO_PIKE_CLEANUP */
- #endif /* 0 */
+
}
#if 0