Files
bsdports/devel/bison/files/patch-lib-config.in.h
2025-08-19 13:10:35 +02:00

12 lines
563 B
C

--- 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