From e8ea39cf6e4a4386d58bcc7ed47550901dad1a71 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 5 Sep 2020 20:03:59 +0200 Subject: [PATCH] Use module 'c99' when needed for variadic macros with '...' syntax. * modules/crypto/sm3 (Depends-on): Add c99. --- ChangeLog | 5 +++++ modules/crypto/sm3 | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 09c11a6035..2edba65cb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-09-05 Bruno Haible + + Use module 'c99' when needed for variadic macros with '...' syntax. + * modules/crypto/sm3 (Depends-on): Add c99. + 2020-09-05 Bruno Haible 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 -- 2.39.5