comparison test/arrays15.d @ 306:0baca2feb554 trunk

[svn r327] Fixed some more MinGW32 issues. It's now very close to working. Fixed problems with inline asm like: mov EAX, FS:4 , which incidentally is used in the runtime to get the stack bottom, on Windows.
author lindquist
date Fri, 27 Jun 2008 23:58:22 +0200
parents 2b72433d5c8c
children
comparison
equal deleted inserted replaced
305:2b72433d5c8c 306:0baca2feb554
1 module arrays; 1 module arrays15;
2 2
3 extern(C) int printf(char*, ...); 3 extern(C) int printf(char*, ...);
4 4
5 void integer() 5 void integer()
6 { 6 {