changeset 205:e5a4f88982d1

- Added assert at the end of parseStatement().
author aziz
date Mon, 16 Jul 2007 10:58:02 +0000
parents 082f30904456
children f9f5c0949a06
files trunk/src/Parser.d
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/src/Parser.d	Mon Jul 16 10:51:01 2007 +0000
+++ b/trunk/src/Parser.d	Mon Jul 16 10:58:02 2007 +0000
@@ -1488,6 +1488,7 @@
         // TODO: issue error msg and return IllegalStatement.
       }
     }
+    assert(s !is null);
     return s;
   }