[gambit-list] [PATCH 1/4] alloc_mem_debug simplification 2b: complete the removal of lineno and file storage
Christian Jaeger
chrjae at gmail.com
Fri Apr 30 10:37:01 EDT 2010
A forgotten change.
---
lib/os_base.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/lib/os_base.c b/lib/os_base.c
index 5a7be69..6d88918 100644
--- a/lib/os_base.c
+++ b/lib/os_base.c
@@ -26,11 +26,6 @@ ___base_module ___base_mod =
0,
0,
0
-#ifdef ___DEBUG_ALLOC_MEM_TRACE
- ,
- 0,
- 0
-#endif
#endif
#ifdef ___BASE_MODULE_INIT
--
1.7.0.3
More information about the Gambit-list
mailing list