xstrtol.h: avoid "_Noreturn is not at beginning of declaration" warning
[gnulib.git] / lib / xstrtol.h
index 516ac56..b0dd122 100644 (file)
@@ -66,7 +66,7 @@ _DECLARE_XSTRTOL (xstrtoull, unsigned long long int)
 
    After reporting an error, exit with a failure status.  */
 
-void _Noreturn xstrtol_fatal (enum strtol_error,
+_Noreturn void xstrtol_fatal (enum strtol_error,
                               int, char, struct option const *,
                               char const *);