]> Shamusworld >> Repos - rmac/blobdiff - rmac.h
Version bump. :-)
[rmac] / rmac.h
diff --git a/rmac.h b/rmac.h
index 1fa419bc172d153c7f7f0d7ea92e301619827873..4a4e8b92b97c7b6ed6bd205ec6e773fdfeae753d 100644 (file)
--- a/rmac.h
+++ b/rmac.h
        // 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