X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fb859e5674f3794abaa674114b9d767411fe005d..fcb69e5cdcfdfd0bdcea2127e5f4c9133a2282b9:/rsync.h 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