diff dmd/mars.h @ 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 fd5665da3a27
children 6dcab994ddc3
line wrap: on
line diff
--- a/dmd/mars.h	Thu Oct 23 19:42:55 2008 +0200
+++ b/dmd/mars.h	Sat Oct 25 06:03:28 2008 +0200
@@ -309,6 +309,9 @@
     LINKcpp,
     LINKwindows,
     LINKpascal,
+
+    // LDC
+    LINKintrinsic,
 };
 
 enum DYNCAST