diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/LYMain.c | 4 | ||||
-rw-r--r-- | src/chrtrans/makeuctb.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index 68234478..ad9c1fc2 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.290 2020/09/03 00:05:23 Steffen.Nurpmeso Exp $ + * $LynxId: LYMain.c,v 1.291 2021/03/22 22:52:58 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -688,7 +688,7 @@ static char *nonoption = 0; #endif static BOOL parse_arg(char **arg, unsigned mask, int *countp); -static void print_help_and_exit(int exit_status) GCC_NORETURN; +static GCC_NORETURN void print_help_and_exit(int exit_status); static void print_help_strings(const char *name, const char *help, const char *value, diff --git a/src/chrtrans/makeuctb.c b/src/chrtrans/makeuctb.c index 9035292f..29d43ee9 100644 --- a/src/chrtrans/makeuctb.c +++ b/src/chrtrans/makeuctb.c @@ -1,5 +1,5 @@ /* - * $LynxId: makeuctb.c,v 1.51 2020/09/03 22:09:36 tom Exp $ + * $LynxId: makeuctb.c,v 1.52 2021/03/22 22:52:58 tom Exp $ * * makeuctb.c, derived from conmakehash.c - kw * @@ -65,7 +65,7 @@ static FILE *chdr = 0; * everything before leaving, since some old (and a few not-so-old) platforms * do not properly implement POSIX 'exit()'. */ -static void done(int code) GCC_NORETURN; +static GCC_NORETURN void done(int code); static void done(int code) { |