ports/devel/bison/files/patch-lib-config.in.h
2021-03-07 22:10:33 +00:00

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