]> git.ipfire.org Git - thirdparty/gcc.git/commit
pretty-print.c (pp_construct): Use xcalloc instead of xmalloc when allocating pp...
authorZiemowit Laski <zlaski@apple.com>
Fri, 12 Sep 2003 23:47:01 +0000 (23:47 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Fri, 12 Sep 2003 23:47:01 +0000 (23:47 +0000)
commitc4555dd942a08a6dea4d166bc1900b723c1c46cb
tree6821927aa0851f5d2ceb59eb7ff9cfd291f5efdf
parent2e53734e19bedbe85a7438d59e5024815228065c
pretty-print.c (pp_construct): Use xcalloc instead of xmalloc when allocating pp->buffer.

2003-09-12  Ziemowit Laski  <zlaski@apple.com>

        * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
        when allocating pp->buffer.

From-SVN: r71346
gcc/ChangeLog
gcc/pretty-print.c