--- embedaddon/libiconv/gnulib-local/lib/xmalloc.c 2012/02/21 22:57:48 1.1.1.1 +++ embedaddon/libiconv/gnulib-local/lib/xmalloc.c 2021/03/17 13:38:46 1.1.1.2 @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . */ + along with this program. If not, see . */ #include @@ -35,7 +35,7 @@ void xalloc_die () { error (xmalloc_exit_failure, 0, _("memory exhausted")); - /* The `noreturn' cannot be given to error, since it may return if + /* _Noreturn cannot be given to error, since it may return if its first argument is 0. To help compilers understand the xalloc_die does terminate, call exit. */ exit (EXIT_FAILURE);