OSDN Git Service

* fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 May 2005 18:28:36 +0000 (18:28 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 May 2005 18:28:36 +0000 (18:28 +0000)
commit8d0afcccdc8ad93ff596ef95b44d520d6b3c73ae
treecd18ca760bb357ceaa6cda012988fe320aa1b783
parent20f1123c923e66905a1d30cea7f621f1561bdcb2
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99740 138bc75d-0d04-0410-961f-82ee72b054a4
fixincludes/ChangeLog
fixincludes/fixfixes.c
fixincludes/fixincl.c
fixincludes/fixlib.c
fixincludes/server.c