diff dmd/Util.d @ 177:1475fd394c9e

bug fixes
author korDen
date Sun, 10 Oct 2010 10:38:55 +0400
parents 94b6033c07f3
children e3afd1303184
line wrap: on
line diff
--- a/dmd/Util.d	Sun Oct 10 05:22:45 2010 +0400
+++ b/dmd/Util.d	Sun Oct 10 10:38:55 2010 +0400
@@ -1139,7 +1139,7 @@
 }
 }
 }
-
+/*
 extern(C++) void util_assert(char* file,int line)
 {
     fflush(stdout);
@@ -1177,4 +1177,4 @@
 	{
 		return mem_calloc(size);
 	}
-}
\ No newline at end of file
+}*/
\ No newline at end of file