diff dmd/TypeFunction.d @ 79:43073c7c7769

updated to 2.035 also implemented a few missing functions still crashes in Import.importAll though
author Trass3r
date Mon, 30 Aug 2010 03:57:51 +0200
parents ef02e2e203c2
children ae5b11064a9a
line wrap: on
line diff
--- a/dmd/TypeFunction.d	Sun Aug 29 14:39:08 2010 +0100
+++ b/dmd/TypeFunction.d	Mon Aug 30 03:57:51 2010 +0200
@@ -275,6 +275,7 @@
 		Argument.argsToDecoBuffer(buf, parameters);
 		//if (buf.data[buf.offset - 1] == '@') halt();
 		buf.writeByte('Z' - varargs);	// mark end of arg list
+		assert(next);
 		next.toDecoBuffer(buf);
 		inuse--;
 	}