gcc.c (struct prefix_list): Add forward declaration.
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 24 May 2004 07:19:22 +0000 (07:19 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 24 May 2004 07:19:22 +0000 (07:19 +0000)
commit76391e5a045593f4cdc97535246ffafe2a5ecd72
treef829381da7a47fb161e03e0799fba089b86b59bd
parent8d4a2ff6c65aeb24104ad5daee443fa89a5d6652
gcc.c (struct prefix_list): Add forward declaration.

2004-05-23 Paolo Bonzini <bonzini@gnu.org>

* gcc.c (struct prefix_list): Add forward declaration.
(do_spec_path): New function, extracted from...
(do_spec_1) <'D'>: ... here.  Drop support for
SPACE_AFTER_L_OPTION.
(do_spec_1) <'I'>: Use do_spec_path.
(process_command): Do not store the 'include' suffix
in include_prefixes.
* system.h: Poison SPACE_AFTER_L_OPTION.

From-SVN: r82197
gcc/ChangeLog
gcc/gcc.c
gcc/system.h