mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
11 lines
563 B
C
11 lines
563 B
C
--- lib/config.in.h.orig 2021-01-23 14:24:00 UTC
|
|
+++ lib/config.in.h
|
|
@@ -1603,7 +1603,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
|