diff options
| author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-24 12:09:44 +0000 |
|---|---|---|
| committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-24 12:09:44 +0000 |
| commit | 08b2d9a3d54b589d5792244cd397892db21413fc (patch) | |
| tree | e77324035e5ec7669c9962c640334d0abdb0e288 /gcc/system.h | |
| parent | 688008a524166587149eada0f29b1512a07f21b0 (diff) | |
| download | ppe42-gcc-08b2d9a3d54b589d5792244cd397892db21413fc.tar.gz ppe42-gcc-08b2d9a3d54b589d5792244cd397892db21413fc.zip | |
* c-decl.c (finish_function): Do not check for DEFAULT_MAIN_RETURN.
* system.h (DEFAULT_MAIN_RETURN): Poison.
* doc/tm.texi (DEFAULT_MAIN_RETURN): Remove documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83592 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
| -rw-r--r-- | gcc/system.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index abbfb41752f..1c2bbbe78f7 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -617,7 +617,8 @@ extern int snprintf (char *, size_t, const char *, ...); TRADITIONAL_PIPELINE_INTERFACE DFA_PIPELINE_INTERFACE \ DBX_OUTPUT_STANDARD_TYPES BUILTIN_SETJMP_FRAME_VALUE \ SUNOS4_SHARED_LIBRARIES PROMOTE_FOR_CALL_ONLY \ - SPACE_AFTER_L_OPTION NO_RECURSIVE_FUNCTION_CSE + SPACE_AFTER_L_OPTION NO_RECURSIVE_FUNCTION_CSE \ + DEFAULT_MAIN_RETURN /* Hooks that are no longer used. */ #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \ |

