blob: 35b389eb833685499f0ce338cadb55fc6e69b0d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/config.in.h.orig 2021-09-10 09:15:27 UTC
+++ lib/config.in.h
@@ -1918,7 +1918,7 @@
|| (defined _MSC_VER && 1900 <= _MSC_VER)) \
&& 0)
/* [[noreturn]] is not practically usable, because with it the syntax
- extern _Noreturn void func (...);
+ _Noreturn extern void func (...);
would not be valid; such a declaration would only be valid with 'extern'
and '_Noreturn' swapped, or without the 'extern' keyword. However, some
AIX system header files and several gnulib header files use precisely
|