diff dang/compiler.d @ 91:1a24e61eb104 new_gen

Fixed the SourceLocation/SourceManager for files stretching by more then one CheckPoints
author johnsen@johnsen-laptop
date Mon, 05 May 2008 17:07:16 +0200
parents 4b6d8563e943
children 771ac63898e2
line wrap: on
line diff
--- a/dang/compiler.d	Sun May 04 23:23:51 2008 +0200
+++ b/dang/compiler.d	Mon May 05 17:07:16 2008 +0200
@@ -2,6 +2,7 @@
 
 import tango.io.Stdout,
        tango.core.Signal,
+       tango.core.Memory,
        tango.sys.Process,
        tango.time.StopWatch,
        tango.io.FileConduit,
@@ -31,6 +32,7 @@
 
 void checkFiles(char[][] *files)
 {
+    GC.disable();
     bool non_existant_files = false;
     bool duplicate_files = false;