aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppalloc.c
AgeCommit message (Collapse)AuthorFilesLines
1996-06-07cppalloc.c (memory_full): Don't use fatal; use fprintf+exit.Per Bothner1-16/+7
* cppalloc.c (memory_full): Don't use fatal; use fprintf+exit. * cppalloc.c (xcalloc): Move from here to cpplib.c. From-SVN: r12206
1995-06-15Update FSF address.Richard Kenner1-1/+1
From-SVN: r9959
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