X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/158595849728f923445b7f3920e9d2776ac116f8..06a1dbad61f2560b206a9e0c0e4e46b01a063f13:/rsync.h?ds=sidebyside diff --git a/rsync.h b/rsync.h index 49034ac5..17f39f13 100644 --- a/rsync.h +++ b/rsync.h @@ -758,7 +758,7 @@ extern int errno; /* handler for null strings in printf format */ #define NS(s) ((s)?safe_fname(s):"") -#if !defined __GNUC__ || defined APPLE +#if !defined __GNUC__ || defined __APPLE__ /* Apparently the OS X port of gcc gags on __attribute__. * * */