diff dmd/module.h @ 751:dc8b8b7ea0c1

Fix compile-time warnings. Adjust include in d-asm-i386.
author Christian Kamm <kamm incasoftware de>
date Mon, 03 Nov 2008 12:35:29 +0100
parents 06576ece1a1b
children ba390e5e9150
line wrap: on
line diff
--- a/dmd/module.h	Mon Nov 03 12:25:25 2008 +0100
+++ b/dmd/module.h	Mon Nov 03 12:35:29 2008 +0100
@@ -126,9 +126,9 @@
 #else
     void parse();	// syntactic parse
 #endif
-    void semantic();	// semantic analysis
-    void semantic2();	// pass 2 semantic analysis
-    void semantic3();	// pass 3 semantic analysis
+    void semantic(Scope* unused_sc = NULL);	// semantic analysis
+    void semantic2(Scope* unused_sc = NULL);	// pass 2 semantic analysis
+    void semantic3(Scope* unused_sc = NULL);	// pass 3 semantic analysis
     void inlineScan();	// scan for functions to inline
 #ifdef _DH
     void genhdrfile();  // generate D import file