diff dmd/Parser.d @ 34:544b922227c7

update to work with dmd 2.048
author korDen
date Sat, 21 Aug 2010 05:46:08 +0400
parents 1b81e14880ef
children 51605de93870
line wrap: on
line diff
--- a/dmd/Parser.d	Sat Aug 21 05:45:28 2010 +0400
+++ b/dmd/Parser.d	Sat Aug 21 05:46:08 2010 +0400
@@ -204,7 +204,7 @@
 
 import core.stdc.string : memcpy;
 
-import std.contracts;
+import std.exception;
 import core.memory;
 
 class Parser : Lexer