From: Wayne Davison Date: Thu, 9 Nov 2006 01:07:35 +0000 (+0000) Subject: The Mac version of GCC can now handle __attribute__ . X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2b916250d8cc131dfe8bb49bfb749332a7b78d7d The Mac version of GCC can now handle __attribute__ . --- 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