]> git.ipfire.org Git - thirdparty/gcc.git/commit
fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Sun, 15 May 2005 18:28:36 +0000 (18:28 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Sun, 15 May 2005 18:28:36 +0000 (18:28 +0000)
commit03a9fcb862d7cdabcd639c4b423dc8fbb138e167
treecd18ca760bb357ceaa6cda012988fe320aa1b783
parentb4220f64e3bc2c2c3eb868bee76468b445fcdd3e
fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.

        * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
        * server.c (load_data): Likewise.
        (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
        * fixincl.c: #include <sys/wait.h>
        (run_compiles): Use XCNEWVEC instead of xcalloc.
        (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
        * fixfixes.c (FIX_PROC_HEAD, main): Likewise.

From-SVN: r99740
fixincludes/ChangeLog
fixincludes/fixfixes.c
fixincludes/fixincl.c
fixincludes/fixlib.c
fixincludes/server.c