]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add Comment
authorW. Felix Handte <w@felixhandte.com>
Mon, 28 Jan 2019 22:35:31 +0000 (17:35 -0500)
committerW. Felix Handte <w@felixhandte.com>
Mon, 28 Jan 2019 22:35:31 +0000 (17:35 -0500)
lib/common/zstd_internal.h

index 2870bdea2188fd502cc74c3f6eb9332753f29fe0..fc3c992e566a6a2d6c03ed4390af6dd870c31b93 100644 (file)
@@ -57,7 +57,9 @@ extern "C" {
 /**
  * Return the specified error if the condition evaluates to true.
  *
- * In debug modes, prints additional information.
+ * In debug modes, prints additional information. In order to do that
+ * (particularly, printing the conditional that failed), this can't just wrap
+ * RETURN_ERROR().
  */
 #define RETURN_ERROR_IF(cond, err, ...) \
   if (cond) { \