From 2b916250d8cc131dfe8bb49bfb749332a7b78d7d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 9 Nov 2006 01:07:35 +0000 Subject: [PATCH] The Mac version of GCC can now handle __attribute__ . --- rsync.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rsync.h b/rsync.h index a366f8a0..a70c241c 100644 --- a/rsync.h +++ b/rsync.h @@ -659,10 +659,7 @@ struct chmod_mode_struct; #include "lib/permstring.h" #include "lib/addrinfo.h" -#if !defined __GNUC__ || defined __APPLE__ -/* Apparently the OS X port of gcc gags on __attribute__. - * - * */ +#ifndef __GNUC__ #define __attribute__(x) #endif -- 2.34.1