]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc.h (lang_specific_driver): Constify second argument.
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 2 Aug 2000 20:21:27 +0000 (20:21 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 2 Aug 2000 20:21:27 +0000 (20:21 +0000)
commit37620334d9357703c406caff5f6255fa59f83421
treefd152d55cc2977cce93eb949677f8ea99866bf67
parentf9427d170488c89fc8f2f4eed47b7feca4b32296
gcc.h (lang_specific_driver): Constify second argument.

* gcc.h (lang_specific_driver): Constify second argument.
* gcc.c (translate_options, process_command, main): Likewise.
Constify variables to match.  Cast second argument to
pexecute.

* cppspec.c, gccspec.c, g++spec.c, g77spec.c, jvspec.c: Adjust
type of second argument to lang_specific_driver, and update
code as necessary.

From-SVN: r35433
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/g++spec.c
gcc/cppspec.c
gcc/f/ChangeLog
gcc/f/g77spec.c
gcc/gcc.c
gcc/gcc.h
gcc/gccspec.c
gcc/java/ChangeLog
gcc/java/jvspec.c