diff gen/aa.h @ 127:facc562f5674 trunk

[svn r131] Fixed #11 All associative array properties now work as they should. Fixed problems with some cases of array.length and array.ptr. Fixed some problems with array properties. Fixed 'in' contracts.
author lindquist
date Fri, 30 Nov 2007 12:56:52 +0100
parents 5ab8e92611f9
children 0e6b4d65d3f8
line wrap: on
line diff
--- a/gen/aa.h	Wed Nov 28 05:04:38 2007 +0100
+++ b/gen/aa.h	Fri Nov 30 12:56:52 2007 +0100
@@ -3,5 +3,6 @@
 
 DValue* DtoAAIndex(Type* type, DValue* aa, DValue* key);
 DValue* DtoAAIn(Type* type, DValue* aa, DValue* key);
+void DtoAARemove(DValue* aa, DValue* key);
 
 #endif // LLVMDC_GEN_AA_H