Bug 225 – object.d uses uint instead of hash_t

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
All
OS
All
Creation time
2006-06-26T15:46:00Z
Last change time
2014-02-15T13:20:56Z
Keywords
patch
Assigned to
bugzilla
Creator
jpelcis

Comments

Comment #0 by jpelcis — 2006-06-26T15:46:29Z
In internals\object.d, there is class Object { ... hash_t toHash() ... } In object.d, it is class Object { ... uint toHash(); ... } While there's no difference on a 32-bit system, this could wreak havoc on 64-bit. Changing the one in object.d should fix the problem.
Comment #1 by bugzilla — 2006-06-30T20:32:16Z
Fixed DMD 0.162