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.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.cc') diff --git a/debug.cc b/debug.cc index 9e092c4e..de408273 100644 --- a/debug.cc +++ b/debug.cc @@ -9,7 +9,7 @@ #include // for the `write' method int new_calls = 0; -int new_size = 0; +long long new_size = 0; void * operator new(std::size_t size) throw (std::bad_alloc) { void * ptr = std::malloc(size); -- cgit v1.2.3