X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=para.h;h=08eb0ee6c20ab1a7779cc3f10de2b5fca094f44b;hp=29c5c2b89c4ac3e0ca820c26c07cd8be4755f266;hb=a22e734cd89015a71d0dd7cf895799c440805847;hpb=92e4a0579a320372d2e94efc7c2a0d9f419e3ffe diff --git a/para.h b/para.h index 29c5c2b8..08eb0ee6 100644 --- a/para.h +++ b/para.h @@ -221,6 +221,9 @@ _static_inline_ long int para_random(unsigned max) /** Used to avoid a shortcoming in vim's syntax highlighting. */ #define EMBRACE(...) { __VA_ARGS__} +/** A nice cup of STFU for Mr gcc. */ +#define do_nothing do {/* nothing */} while (0) + /** * The sample formats supported by paraslash. *