diff dmd/backend/Configv.d @ 175:94b6033c07f3

get rid of globals malloc -> GC.malloc
author korDen
date Sun, 10 Oct 2010 03:48:06 +0400
parents e28b18c23469
children
line wrap: on
line diff
--- a/dmd/backend/Configv.d	Sun Oct 10 03:47:23 2010 +0400
+++ b/dmd/backend/Configv.d	Sun Oct 10 03:48:06 2010 +0400
@@ -17,4 +17,4 @@
     int errmax;			// max error count
 }
 
-Configv configv;
\ No newline at end of file
+__gshared Configv configv;
\ No newline at end of file