c-opts.c (finish_options): Change to returns boolean - false iff the call to cpp_find...
authorPer Bothner <pbothner@apple.com>
Sat, 1 Nov 2003 03:19:59 +0000 (03:19 +0000)
committerPer Bothner <bothner@gcc.gnu.org>
Sat, 1 Nov 2003 03:19:59 +0000 (19:19 -0800)
commit8e974c0eba3197a920a9cdfba1243f2cb8963b03
tree41415caad9e50c09c36657a0aef8906cbc763069
parente31f8eda092b52f32ef920253f92396a51ed0292
c-opts.c (finish_options): Change to returns boolean - false iff the call to cpp_find_main_file fails.

* c-opts.c (finish_options):  Change to returns boolean - false iff
the call to cpp_find_main_file fails.
(c_common_init):  Skip preprocess_file if finish_options failed.
(c_common_parse_file):  Break if finish_options failed.

From-SVN: r73170
gcc/ChangeLog
gcc/c-opts.c