diff trunk/src/dil/parser/Parser.d @ 762:c909a3d3fa52

Fixed vararg issue with gdc.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 16 Feb 2008 00:52:43 +0100
parents 9c47f377ca0b
children bc812843603c
line wrap: on
line diff
--- a/trunk/src/dil/parser/Parser.d	Sat Feb 16 00:12:13 2008 +0100
+++ b/trunk/src/dil/parser/Parser.d	Sat Feb 16 00:52:43 2008 +0100
@@ -4133,7 +4133,7 @@
     error_(this.token, GetMsg(mid), _arguments, _argptr);
   }
 
-  void error_(Token* token, char[] formatMsg, TypeInfo[] _arguments, void* _argptr)
+  void error_(Token* token, char[] formatMsg, TypeInfo[] _arguments, Arg _argptr)
   {
     if (trying)
     {