Commit 7801a9dc by Richard Stallman

(PCC_STATIC_STRUCT_RETURN): Add #undef.

From-SVN: r3774
parent fa0fab9e
...@@ -62,6 +62,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -62,6 +62,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* The structure return address arrives as an "argument" on VMS. */ /* The structure return address arrives as an "argument" on VMS. */
#undef STRUCT_VALUE_REGNUM #undef STRUCT_VALUE_REGNUM
#define STRUCT_VALUE 0 #define STRUCT_VALUE 0
#undef PCC_STATIC_STRUCT_RETURN
#define CALL_USED_REGISTERS {1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1} #define CALL_USED_REGISTERS {1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1}
......
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