fixincl.c (fix_with_system): Add missing specifier.

2012-04-24  Tristan Gingold  <gingold@adacore.com>

        * fixincl.c (fix_with_system): Add missing specifier.
        * configure.ac: Default to twoprocess on vms.
        * configure: Regenerate.

From-SVN: r186759
This commit is contained in:
Tristan Gingold 2012-04-24 09:24:55 +00:00 committed by Tristan Gingold
parent 8eddb62513
commit c1041240bf
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2012-04-24 Tristan Gingold <gingold@adacore.com>
* fixincl.c (fix_with_system): Add missing specifier.
* configure.ac: Default to twoprocess on vms.
* configure: Regenerate.
2012-03-23 David Edelsohn <dje.gcc@gmail.com>
* inclhack.def (aix_malloc): New.

View File

@ -4715,7 +4715,8 @@ else
i?86-*-msdosdjgpp* | \
i?86-*-mingw32* | \
x86_64-*-mingw32* | \
*-*-beos* )
*-*-beos* | \
*-*-*vms*)
TARGET=twoprocess
;;

View File

@ -53,7 +53,8 @@ fi],
i?86-*-msdosdjgpp* | \
i?86-*-mingw32* | \
x86_64-*-mingw32* | \
*-*-beos* )
*-*-beos* | \
*-*-*vms*)
TARGET=twoprocess
;;

View File

@ -829,7 +829,7 @@ fix_with_system (tFixDesc* p_fixd,
/*
* Now add the fix number and file names that may be needed
*/
sprintf (pz_scan, " %ld '%s' '%s'", (long) (p_fixd - fixDescList),
sprintf (pz_scan, " %ld '%s' '%s' '%s'", (long) (p_fixd - fixDescList),
pz_fix_file, pz_file_source, pz_temp_file);
}
else /* NOT an "internal" fix: */