Module Name:    src
Committed By:   dholland
Date:           Mon May 25 23:48:32 UTC 2009

Modified Files:
        src/games/atc: extern.h

Log Message:
attribute noreturn -> __dead


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/atc/extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/atc/extern.h
diff -u src/games/atc/extern.h:1.14 src/games/atc/extern.h:1.15
--- src/games/atc/extern.h:1.14	Thu Jan 31 05:19:44 2008
+++ src/games/atc/extern.h	Mon May 25 23:48:32 2009
@@ -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		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);

Reply via email to