diff 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
line wrap: on
line diff
--- a/test/arrays15.d	Fri Jun 27 22:04:35 2008 +0200
+++ b/test/arrays15.d	Fri Jun 27 23:58:22 2008 +0200
@@ -1,5 +1,5 @@
-module arrays;
-
+module arrays15;
+
 extern(C) int printf(char*, ...);
 
 void integer()