Add comment.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Nov 2009 18:07:34 +0000 (19:07 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Nov 2009 18:07:34 +0000 (19:07 +0100)
ChangeLog
lib/diffseq.h

index 9b37d6a1fb696aaf29f3e31a6db6ccda8a1d8142..5988bcf8e7eeb75dc9e5545f7ebfa75171b63c40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 9c7baa6f95a928c18418e17c53aa8f3740fe47be..9d2b198dc81be58939db28797116f7c96759b4b3 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