X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.h;h=4a4e8b92b97c7b6ed6bd205ec6e773fdfeae753d;hp=1fa419bc172d153c7f7f0d7ea92e301619827873;hb=2d302cb8c260f92984efbe9b6c8f9871beebeca5;hpb=0fd4b86c9899d254d9aea0660e5046c4234cfd42 diff --git a/rmac.h b/rmac.h index 1fa419b..4a4e8b9 100644 --- a/rmac.h +++ b/rmac.h @@ -41,10 +41,11 @@ // WARNING(FIXME: Code removed because...) #else - //If we're not compiling for Visual Studio let's assume that we're using - //some flavour of gcc instead. So let's use the gcc compliant macro instead. - //If some weirdo uses something else (I dunno, Intel compiler or something?) - //this is probably going to explode spectacularly. Let's wait for the fireworks! + // If we're not compiling for Visual Studio let's assume that we're using + // some flavour of gcc instead. So let's use the gcc compliant macro + // instead. If some weirdo uses something else (I dunno, Intel compiler or + // something?) this is probably going to explode spectacularly. Let's wait + // for the fireworks! #define DO_PRAGMA(x) _Pragma (#x) #define WARNING(desc) DO_PRAGMA(message (#desc)) #define inline __inline