5726e1d60f
Changes: https://git.savannah.gnu.org/cgit/bison.git/tree/NEWS PR: 262252 Exp-run by: antoine
11 lines
563 B
C
11 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
|