diff dmd/Type.d @ 20:1628b221808d

Fleshed out more unimplemented methods.
author Robert Clipsham <robert@octarineparrot.com>
date Wed, 07 Apr 2010 00:29:13 +0100
parents 5c9b78899f5d
children fd4acc376c45
line wrap: on
line diff
--- a/dmd/Type.d	Tue Apr 06 02:21:04 2010 +0100
+++ b/dmd/Type.d	Wed Apr 07 00:29:13 2010 +0100
@@ -713,7 +713,7 @@
 	 *	flag	0x100	do not do const/invariant
 	 */
     void toDecoBuffer(OutBuffer buf, int flag = 0)
-	{ if( buf is null )asm { int 3; }
+	{
 		if (flag != mod && flag != 0x100)
 		{
 			if (mod & MOD.MODshared)