mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-12 02:14:10 +02:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user