diff dmd/module.h @ 676:1f0a78174598

Make ldc call gcc to assemble.
author Christian Kamm <kamm incasoftware de>
date Sat, 11 Oct 2008 20:00:36 +0200
parents eef8ac26c66c
children 06576ece1a1b
line wrap: on
line diff
--- a/dmd/module.h	Sat Oct 11 13:07:59 2008 +0200
+++ b/dmd/module.h	Sat Oct 11 20:00:36 2008 +0200
@@ -133,7 +133,7 @@
 #ifdef _DH
     void genhdrfile();  // generate D import file
 #endif
-    void genobjfile(int multiobj);
+    void genobjfile(int multiobj, char** envp);
 //    void gensymfile();
     void gendocfile();
     int needModuleInfo();