Merge branch 't/gvf'
[paraslash.git] / para.h
diff --git a/para.h b/para.h
index 3121850f87ae27581d45da79e0f3ae9d57eced78..7217486d7965c93dfa0361c54982e6225aa06875 100644 (file)
--- 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.
  *