[svn r316] Fixed array slice assignments like: int[] arr = ...; arr[] = 42;

There was problems with most non basic types...
Added an option to premake so we can do: premake --target gnu --no-boehm
to disable the Boehm GC.
This commit is contained in:
Tomas Lindquist Olsen
2008-06-23 14:48:42 +02:00
parent 0bddb2568f
commit 599f879149
11 changed files with 90 additions and 72 deletions

View File

@@ -51,7 +51,6 @@ dmd/inline.c
dmd/interpret.c
dmd/lexer.c
dmd/lexer.h
dmd/link.c
dmd/lstring.c
dmd/lstring.h
dmd/macro.c