summaryrefslogtreecommitdiffstats
path: root/hack/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the right type for the malloc wrapper function, and don't cast thedholland2011-08-061-8/+9
| | | | | | | | 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.)
* Simplify alloc() to avoid ifdef(LINT) workaround.wiz2010-01-171-26/+4
|
* sprinkle staticdholland2009-08-121-3/+5
|
* ANSIfy function declarations. All object file diffs inspected.dholland2009-06-071-9/+5
|
* Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm2003-04-021-2/+64
| | | | CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850.
* WARNsify...christos1997-10-191-21/+26
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-1/+1
|
* Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft1993-08-021-1/+4
| | | headers, and a few other insignificant changes.
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+47