X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=rmac.h;h=fdc36ea72a38bddf7a8fb483a42a4a4b02d2facb;hp=337096d1ae61d1fafa8922c1ff5c445b951c459c;hb=66be644c3e5fbd7446d86c79e9e51b75c0442b49;hpb=171a457e86f686cf2adddc91baa9d9e703264259 diff --git a/rmac.h b/rmac.h index 337096d..fdc36ea 100644 --- a/rmac.h +++ b/rmac.h @@ -47,6 +47,7 @@ //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 #endif