init and friends : cleanup

This commit is contained in:
Vítor Santos Costa
2015-11-05 19:33:38 +00:00
parent 44dc6f06d7
commit f8b5ca8291
7 changed files with 7 additions and 80 deletions

View File

@@ -40,7 +40,7 @@
#endif
#if USE_DL_MALLOC || (USE_SYSTEM_MALLOC && HAVE_MALLINFO)
#ifndef HeapUsed
#define HeapUsed Yap_givemallinfo()
#define HeapUsed Yap_givemallinfo()
#endif
Int heap_used;
#else
@@ -94,7 +94,6 @@
Term chtype_module;
Term terms_module;
Term system_module;
Term operating_system_module;
Term readutil_module;
Term hacks_module;
Term arg_module;