[svn r354] Fix the regressions between [346] and [353] by making constructors and destructors outside classes fatal errors.

Fix tests makefile and add minimize to gc.d.
This commit is contained in:
Christian Kamm
2008-07-12 09:23:14 +02:00
parent f5dbc0e0d2
commit f0d8b9e153
3 changed files with 7 additions and 2 deletions

View File

@@ -194,7 +194,10 @@ void genCollect()
/**
* Minimizes physical memory usage
*/
//void minimize();
void minimize()
{
GC.collect();
}
/***************************************
* disable() temporarily disables garbage collection cycle, enable()