From: Martin Pool Date: Mon, 25 Mar 2002 07:29:43 +0000 (+0000) Subject: Add link to Apple bug. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/999dfffc9b101c78897ae6d2bd7ceb8760f29afb Add link to Apple bug. --- diff --git a/rsync.h b/rsync.h index 9f7f0078..689965d6 100644 --- a/rsync.h +++ b/rsync.h @@ -567,7 +567,9 @@ extern int errno; #define NS(s) ((s)?(s):"") #if !defined(__GNUC__) || defined(APPLE) -/* Apparently the OS X port of gcc gags on __attribute__. */ +/* Apparently the OS X port of gcc gags on __attribute__. + * + * */ #define __attribute__(x) #endif