diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-23 20:44:54 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-23 20:44:54 +0000 |
commit | 0baf5f3709db44f31b6598e8fc80f3145bbe959f (patch) | |
tree | e870bda710ece4c0c2bdf4d0a8ba77762765d033 /gcc/config/s390 | |
parent | f6e287c902d0563676df8174a06422d7b0702893 (diff) | |
download | gcc-0baf5f3709db44f31b6598e8fc80f3145bbe959f.tar.gz |
* config/s390/s390.h (DEFAULT_MAIN_RETURN): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83566 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/s390')
-rw-r--r-- | gcc/config/s390/s390.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/s390/s390.h b/gcc/config/s390/s390.h index af7551d9318..30202e4b5b3 100644 --- a/gcc/config/s390/s390.h +++ b/gcc/config/s390/s390.h @@ -1015,7 +1015,4 @@ do { \ indexing purposes) so give the MEM rtx a byte's mode. */ #define FUNCTION_MODE QImode -/* This macro definition sets up a default value for `main' to return. */ -#define DEFAULT_MAIN_RETURN c_expand_return (integer_zero_node) - #endif |