aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppalloc.c
AgeCommit message (Collapse)AuthorFilesLines
1995-04-10#include config.h.Richard Kenner1-0/+2
From-SVN: r9349
1995-04-06* cppalloc.c (xcalloc): Re-implement using calloc, rather than malloc+bzero.Per Bothner1-26/+7
From-SVN: r9319
1995-03-16Initial revisionPer Bothner1-0/+81
From-SVN: r9191