diff dstep/objc/objc.d @ 20:6255d355d752

Made it compile with dmd 1.056
author Jacob Carlborg <doob@me.com>
date Wed, 03 Feb 2010 18:28:01 +0100
parents 19885b43130e
children 420969b22201
line wrap: on
line diff
--- a/dstep/objc/objc.d	Sun Jan 17 16:25:24 2010 +0100
+++ b/dstep/objc/objc.d	Wed Feb 03 18:28:01 2010 +0100
@@ -151,7 +151,7 @@
 		}  
 	}
 
-	static if (dstep.internal.Version.X86 || X86_64)
+	static if (dstep.internal.Version.X86 || dstep.internal.Version.X86_64)
 	{
 		R msgSend_fpret (R, ARGS...) (SEL op, ARGS args)
 		{