don't use stdnoreturn

Reported by Paul Eggert.

* src/getargs.c: We don't need it anyway, since we use _Noreturn.
* data/skeletons/c.m4: While at it, update the definition of _Noreturn
stolen from gnulib.
This commit is contained in:
Akim Demaille
2020-05-10 10:42:35 +02:00
parent 19f45df02b
commit b61bf2f0e8
2 changed files with 13 additions and 4 deletions

View File

@@ -30,7 +30,6 @@
#include <getopt.h>
#include <progname.h>
#include <quote.h>
#include <stdnoreturn.h>
#include <textstyle.h>
#include "complain.h"