Add comment.
[gnulib.git] / lib / diffseq.h
index 9c7baa6..9d2b198 100644 (file)
@@ -68,7 +68,8 @@
 # define EARLY_ABORT(ctxt) false
 #endif
 
-/* Use this to suppress gcc's `...may be used before initialized' warnings. */
+/* Use this to suppress gcc's `...may be used before initialized' warnings.
+   Beware: The Code argument must not contain commas.  */
 #ifndef IF_LINT
 # ifdef lint
 #  define IF_LINT(Code) Code