diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-05-24 07:19:22 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-05-24 07:19:22 +0000 |
commit | 76391e5a045593f4cdc97535246ffafe2a5ecd72 (patch) | |
tree | f829381da7a47fb161e03e0799fba089b86b59bd /gcc/system.h | |
parent | 8d4a2ff6c65aeb24104ad5daee443fa89a5d6652 (diff) | |
download | gcc-76391e5a045593f4cdc97535246ffafe2a5ecd72.zip gcc-76391e5a045593f4cdc97535246ffafe2a5ecd72.tar.gz gcc-76391e5a045593f4cdc97535246ffafe2a5ecd72.tar.bz2 |
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
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index b3d9974..5375466 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -643,7 +643,7 @@ typedef char _Bool; TRADITIONAL_PIPELINE_INTERFACE DFA_PIPELINE_INTERFACE \ DBX_OUTPUT_STANDARD_TYPES BUILTIN_SETJMP_FRAME_VALUE \ SUNOS4_SHARED_LIBRARIES PROMOTE_FOR_CALL_ONLY \ - NO_RECURSIVE_FUNCTION_CSE + SPACE_AFTER_L_OPTION NO_RECURSIVE_FUNCTION_CSE /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ |