From: Trevor Saunders <tbsaunde+...@tbsaunde.org> libobjc/ChangeLog:
2015-09-10 Trevor Saunders <tbsaunde+...@tbsaunde.org> * sendmsg.c (gen_rtx): Remove macro. (gen_rtx_MEM): Likewise. (gen_rtx_REG): Likewise. (rtx): Likewise. --- libobjc/sendmsg.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c index 3a079f0..ba31930 100644 --- a/libobjc/sendmsg.c +++ b/libobjc/sendmsg.c @@ -47,13 +47,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include <assert.h> /* For assert */ #include <string.h> /* For strlen */ -#define gen_rtx(args...) 1 -#define gen_rtx_MEM(args...) 1 -#define gen_rtx_REG(args...) 1 -/* Already defined in gcc/coretypes.h. So prevent double definition warning. */ -#undef rtx -#define rtx int - #define INVISIBLE_STRUCT_RETURN 1 /* The uninstalled dispatch table. If a class' dispatch table points -- 2.4.0