From ab7519b594a9b3535a6c722ca0794b41c765bbde Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 8 Sep 2021 04:38:17 +0300 Subject: [PATCH 29/29] Refresh gnulib-common.m4 from gnulib upstream This is a comment update only. Serial number is not increased. See osdn #42834 Signed-off-by: Marko Lindqvist --- dependencies/m4/gnulib-common.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/m4/gnulib-common.m4 b/dependencies/m4/gnulib-common.m4 index 5d667052d9..12b19dbcb4 100644 --- a/dependencies/m4/gnulib-common.m4 +++ b/dependencies/m4/gnulib-common.m4 @@ -174,7 +174,7 @@ AC_DEFUN([gl_COMMON_BODY], [ that can be freed by passing them as the Ith argument to the function F. _GL_ATTRIBUTE_DEALLOC_FREE declares that the function returns pointers that - can be freed via 'free'; it can be used only after including . */ + can be freed via 'free'; it can be used only after declaring 'free'. */ /* Applies to: functions. Cannot be used on inline functions. */ #if _GL_GNUC_PREREQ (11, 0) # define _GL_ATTRIBUTE_DEALLOC(f, i) __attribute__ ((__malloc__ (f, i))) -- 2.33.0