diff dmd/module.c @ 52:0c77619e803b trunk

[svn r56] Initial support for TypeInfo. Enums not work. Several other bugfixes.
author lindquist
date Tue, 23 Oct 2007 05:55:12 +0200
parents c53b6e3fe49a
children 61615fa85940
line wrap: on
line diff
--- a/dmd/module.c	Mon Oct 22 17:25:44 2007 +0200
+++ b/dmd/module.c	Tue Oct 23 05:55:12 2007 +0200
@@ -157,6 +157,7 @@
 
     objfile = new File(objfilename);
     bcfile = new File(bcfilename);
+    llfile = new File(llfilename);
     symfile = new File(symfilename);
 }