summaryrefslogtreecommitdiffstats
path: root/atc
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-25 23:48:32 +0000
committerdholland <dholland@NetBSD.org>2009-05-25 23:48:32 +0000
commitb7e40b8eb599ef85ccd5aae40b6a0b5ed3ec1e55 (patch)
tree58c65091127a36d55ebabf43482623ea835593d7 /atc
parent99c04586433c829f292ecb69178402e7dae0b301 (diff)
downloadbsdgames-darwin-b7e40b8eb599ef85ccd5aae40b6a0b5ed3ec1e55.tar.gz
bsdgames-darwin-b7e40b8eb599ef85ccd5aae40b6a0b5ed3ec1e55.tar.zst
bsdgames-darwin-b7e40b8eb599ef85ccd5aae40b6a0b5ed3ec1e55.zip
attribute noreturn -> __dead
Diffstat (limited to 'atc')
-rw-r--r--atc/extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/atc/extern.h b/atc/extern.h
index 6ac2ed7a..31174ead 100644
--- a/atc/extern.h
+++ b/atc/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.14 2008/01/31 05:19:44 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.15 2009/05/25 23:48:32 dholland Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -89,8 +89,8 @@ void ioerror(int, int, const char *);
void iomove(int);
int list_games(void);
int log_score(int);
-void log_score_quit(int) __attribute__((__noreturn__));
-void loser(const PLANE *, const char *) __attribute__((__noreturn__));
+void log_score_quit(int) __dead;
+void loser(const PLANE *, const char *) __dead;
int main(int, char *[]);
char name(const PLANE *);
int next_plane(void);