comparison 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
comparison
equal deleted inserted replaced
761:307905dadf5d 762:c909a3d3fa52
4131 void error(MID mid, ...) 4131 void error(MID mid, ...)
4132 { 4132 {
4133 error_(this.token, GetMsg(mid), _arguments, _argptr); 4133 error_(this.token, GetMsg(mid), _arguments, _argptr);
4134 } 4134 }
4135 4135
4136 void error_(Token* token, char[] formatMsg, TypeInfo[] _arguments, void* _argptr) 4136 void error_(Token* token, char[] formatMsg, TypeInfo[] _arguments, Arg _argptr)
4137 { 4137 {
4138 if (trying) 4138 if (trying)
4139 { 4139 {
4140 ++errorCount; 4140 ++errorCount;
4141 return; 4141 return;