History log of /netbsd-6-1-5-RELEASE/games/hack/def.trap.h
Revision Date Author Comments
# 1.6 06-Aug-2011 dholland

Use the right type for the malloc wrapper function, and don't cast the
return value.

(XXX: Except for a pile of allocation macros that produce typed pointer
results; there the typechecking of the result assignment is more valuable
than the warning if the alloc function isn't declared properly. These
macros should go away.)