X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/527a51cec52260bf79d1d9b2888d34ee7aea234f..999dfffc9b101c78897ae6d2bd7ceb8760f29afb:/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