From: sean Date: Mon, 6 Oct 2008 19:41:05 +0000 (+0000) Subject: Fixed a few mistakes regarding invariance, etc, between D1 and D2. X-Git-Url: https://git.llucax.com/software/druntime.git/commitdiff_plain/67b4d28f9c6426196dac4958874d1027e164468b Fixed a few mistakes regarding invariance, etc, between D1 and D2. git-svn-id: http://svn.dsource.org/projects/druntime/trunk@15 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f --- diff --git a/src/compiler/dmd/object_.d b/src/compiler/dmd/object_.d index df5cfff..ff69938 100644 --- a/src/compiler/dmd/object_.d +++ b/src/compiler/dmd/object_.d @@ -66,7 +66,7 @@ else } alias size_t hash_t; -alias int equals_t; +alias bool equals_t; alias invariant(char)[] string; alias invariant(wchar)[] wstring;