diff lphobos/internal/objectimpl.d @ 73:b706170e24a9 trunk

[svn r77] Fixed foreach on slice. Fixed some nested function problems when accessing outer function parameters. Major changes to handling of structs. Initial support for unions. Probably more...
author lindquist
date Wed, 31 Oct 2007 03:11:32 +0100
parents d7e764e62462
children fd32135dca3e
line wrap: on
line diff
--- a/lphobos/internal/objectimpl.d	Mon Oct 29 03:28:12 2007 +0100
+++ b/lphobos/internal/objectimpl.d	Wed Oct 31 03:11:32 2007 +0100
@@ -974,7 +974,7 @@
     return h;
     }
 
-    int equals(void *p2, void *p1)
+    int equals(void *p1, void *p2)
     {   int c;
 
     if (p1 == p2)