From 6853db57e6fdb6fd95764be1f35af0006c9e2ef9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2007 04:42:44 +0000 Subject: All tests now working again. Reduced size of entity_t and transaction_t considerably. --- debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index e0c2dc6e..2d1f0b9a 100644 --- a/debug.h +++ b/debug.h @@ -110,7 +110,7 @@ bool _debug_active(const char * const cls); #endif extern int new_calls; -extern int new_size; +extern long long new_size; #if 0 void * operator new(std::size_t) throw (std::bad_alloc); -- cgit v1.2.3