Fixed ldc1 compilation

This commit is contained in:
Alexey Prokhin
2011-07-26 09:30:36 +04:00
parent 46c241009d
commit a41b822420
5 changed files with 11 additions and 0 deletions

View File

@@ -1644,9 +1644,11 @@ void SwitchErrorStatement::toIR(IRState* p)
//////////////////////////////////////////////////////////////////////////////
#if DMDV2
void ImportStatement::toIR(IRState *irs)
{
}
#endif
//////////////////////////////////////////////////////////////////////////////