Commit 07f266ae by Ulrich Weigand Committed by Ulrich Weigand

* config/s390/s390.h (DEFAULT_MAIN_RETURN): Remove.

From-SVN: r83566
parent 7c243eef
2004-06-23 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.h (DEFAULT_MAIN_RETURN): Remove.
2004-06-23 Roger Sayle <roger@eyesopen.com> 2004-06-23 Roger Sayle <roger@eyesopen.com>
* convert.c (strip_float_extension): Skip both NOP_EXPR and * convert.c (strip_float_extension): Skip both NOP_EXPR and
......
...@@ -1015,7 +1015,4 @@ do { \ ...@@ -1015,7 +1015,4 @@ do { \
indexing purposes) so give the MEM rtx a byte's mode. */ indexing purposes) so give the MEM rtx a byte's mode. */
#define FUNCTION_MODE QImode #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 #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment