rta: store real types in live_cast_type
[nit.git] / src / c_tools.nit
index 663a059..e05f4bf 100644 (file)
@@ -45,7 +45,7 @@ class CCompilationUnit
        var body_impl : Writer = new Writer
 
        # files to compile TODO check is appropriate
-       #var files = new Array[String]
+       var files = new Array[String]
 
        fun add_local_function( efc : CFunction )
        do