X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=para.h;h=7217486d7965c93dfa0361c54982e6225aa06875;hp=3121850f87ae27581d45da79e0f3ae9d57eced78;hb=5c78b78108bca6fc0ff883eb178fa5c15d226039;hpb=be9f7c9b442f7b723427a79f85774d5fa7718425 diff --git a/para.h b/para.h index 3121850f..7217486d 100644 --- a/para.h +++ b/para.h @@ -205,6 +205,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. *