Feature #1038 ยป 0056-gnulib-common.m4-Update-to-serial-106.patch
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
|