+2009-11-22 Bruno Haible <bruno@clisp.org>
+
+ diffseq: Add comment.
+ * lib/diffseq.h (IF_LINT): Add comment about pitfall.
+
2009-11-22 Jim Meyering <meyering@redhat.com>
c-stack: avoid defining an unused static function
# 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