diff tests/mini/intrinsics.d @ 723:55f6c2e454d7

Implemented correct parameter order according to x86-32 ABI documentation. Changed AA types to just a void* .
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 25 Oct 2008 06:03:28 +0200
parents 6aaa3d3c1183
children 4ac97ec7c18e
line wrap: on
line diff
--- a/tests/mini/intrinsics.d	Thu Oct 23 19:42:55 2008 +0200
+++ b/tests/mini/intrinsics.d	Sat Oct 25 06:03:28 2008 +0200
@@ -21,7 +21,7 @@
 
     real r;
     printf("Enter real: ");
-    //scanf("%lf", &d);
+    //scanf("%llf", &r);
     r = 3.2311167891231231234754764576;
     version(X86)
     {