From: Bruno Haible <bruno@clisp.org>
Date: Sat, 5 Sep 2020 18:03:59 +0000 (+0200)
Subject: Use module 'c99' when needed for variadic macros with '...' syntax.
X-Git-Tag: v1.0~3652
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e8ea39cf6e4a4386d58bcc7ed47550901dad1a71;p=gnulib.git

Use module 'c99' when needed for variadic macros with '...' syntax.

* modules/crypto/sm3 (Depends-on): Add c99.
---

diff --git a/ChangeLog b/ChangeLog
index 09c11a6035..2edba65cb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-09-05  Bruno Haible  <bruno@clisp.org>
+
+	Use module 'c99' when needed for variadic macros with '...' syntax.
+	* modules/crypto/sm3 (Depends-on): Add c99.
+
 2020-09-05  Bruno Haible  <bruno@clisp.org>
 
 	Use module 'c99' when needed for subobject initializer syntax.
diff --git a/modules/crypto/sm3 b/modules/crypto/sm3
index 007fbc46f6..3df7d88259 100644
--- a/modules/crypto/sm3
+++ b/modules/crypto/sm3
@@ -8,6 +8,7 @@ m4/sm3.m4
 
 Depends-on:
 byteswap
+c99
 extern-inline
 stdalign
 stdint