diff dmd/statement.h @ 510:6aee82889553

Merged DMD 1.034, array operations are not yet implemented ;)
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 14 Aug 2008 06:55:41 +0200
parents 44daf304421c
children eef8ac26c66c
line wrap: on
line diff
--- a/dmd/statement.h	Thu Aug 14 03:09:26 2008 +0200
+++ b/dmd/statement.h	Thu Aug 14 06:55:41 2008 +0200
@@ -461,6 +461,7 @@
     Statement *semantic(Scope *sc);
     Statements *flatten(Scope *sc);
     int usesEH();
+    int blockExit();
 
     void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
 };