aboutsummaryrefslogtreecommitdiff
path: root/mmalloc/mmalloc.h
AgeCommit message (Collapse)AuthorFilesLines
1992-04-08Only redefine size_t and CHAR_BIT if they are not already defined.Fred Fish1-3/+6
1992-04-07Get rid of the other half of the ugly kludge as well...Fred Fish1-5/+0
1992-04-07Get rid of include of <stdlib.h>, which is not guaranteed to be presentFred Fish1-17/+0
even when __STDC__ is defined. This also causes the ugly malloc/realloc/etc kludge to go away.
1992-04-01Add kludge to work around broken <stdlib.h> in gcc installation on Suns.Fred Fish1-0/+398
Fixup some comments in mcalloc, mfree, mmalloc, and mrealloc.