Project

General

Profile

Feature #1038 ยป 0056-gnulib-common.m4-Update-to-serial-106.patch

Marko Lindqvist, 10/30/2024 01:21 AM

View differences:

dependencies/m4/gnulib-common.m4
# gnulib-common.m4
# serial 105
# serial 106
dnl Copyright (C) 2007-2024 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
......
# if __clang_major__ >= 15
# define _GL_ATTRIBUTE_CAPABILITY_TYPE(concept) \
__attribute__ ((__capability__ (concept)))
#else
# else
# define _GL_ATTRIBUTE_CAPABILITY_TYPE(concept)
# endif
#endif
    (1-1/1)