lex.c (init_cpp_parse): Call xcalloc, not malloc/bzero.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 16 Sep 1999 22:33:10 +0000 (22:33 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 16 Sep 1999 22:33:10 +0000 (22:33 +0000)
commitfffeac96e0bb41205011e6092116ff91f1049b17
treefcba1b144217dee7b96381e6416b164d568678a8
parent92a438d13c876561ee189d9eb274f2dd8151ac91
lex.c (init_cpp_parse): Call xcalloc, not malloc/bzero.

* lex.c (init_cpp_parse): Call xcalloc, not malloc/bzero.

* xref.c (SALLOC): Call xstrdup, not xmalloc/strcpy.

From-SVN: r29464
gcc/cp/ChangeLog
gcc/cp/lex.c
gcc/cp/xref.c