From 68441b90e90d2d57b6755aa45559ca22dda8d04c Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 24 Jul 2010 10:18:18 -0700 Subject: Add NO_RETURN specifiers to functions in lib-src. * lib-src/update-game-score.c (usage): Add NO_RETURN specifier. * lib-src/movemail.c (fatal, pfatal_with_name, pfatal_and_delete): * lib-src/make-docfile.c (fatal): * lib-src/hexl.c (usage): * lib-src/fakemail.c (fatal): * lib-src/etags.c (fatal, suggest_asking_for_help, pfatal): * lib-src/emacsclient.c (fatal): * lib-src/b2m.c (fatal): Likewise. --- lib-src/update-game-score.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib-src/update-game-score.c') diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index a96422a09a9..30208d5c8d2 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c @@ -60,6 +60,8 @@ along with GNU Emacs. If not, see . */ extern char *optarg; extern int optind, opterr; +int usage (int err) NO_RETURN; + #define MAX_ATTEMPTS 5 #define MAX_SCORES 200 #define MAX_DATA_LEN 1024 -- cgit v1.2.3