comparison 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
comparison
equal deleted inserted replaced
722:bd56056a581f 723:55f6c2e454d7
307 LINKd, 307 LINKd,
308 LINKc, 308 LINKc,
309 LINKcpp, 309 LINKcpp,
310 LINKwindows, 310 LINKwindows,
311 LINKpascal, 311 LINKpascal,
312
313 // LDC
314 LINKintrinsic,
312 }; 315 };
313 316
314 enum DYNCAST 317 enum DYNCAST
315 { 318 {
316 DYNCAST_OBJECT, 319 DYNCAST_OBJECT,