diff dmd2/statement.h @ 847:356e65836fb5

Merged DMD 2.021 frontend. Removed generated files from dmd/dmd2 dirs.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 13 Dec 2008 16:14:37 +0100
parents f04dde6e882c
children 0749c0757a43
line wrap: on
line diff
--- a/dmd2/statement.h	Sat Dec 13 13:15:31 2008 +0100
+++ b/dmd2/statement.h	Sat Dec 13 16:14:37 2008 +0100
@@ -380,6 +380,7 @@
     ForeachStatement(Loc loc, enum TOK op, Arguments *arguments, Expression *aggr, Statement *body);
     Statement *syntaxCopy();
     Statement *semantic(Scope *sc);
+    bool checkForArgTypes();
     int hasBreak();
     int hasContinue();
     int usesEH();