Module Name: src
Committed By: dholland
Date: Mon May 25 22:35:01 UTC 2009
Modified Files:
src/games/phantasia: phantglobs.h
Log Message:
attribute noreturn -> __dead
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/games/phantasia/phantglobs.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/phantasia/phantglobs.h
diff -u src/games/phantasia/phantglobs.h:1.9 src/games/phantasia/phantglobs.h:1.10
--- src/games/phantasia/phantglobs.h:1.9 Thu May 8 13:03:49 2003
+++ src/games/phantasia/phantglobs.h Mon May 25 22:35:01 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: phantglobs.h,v 1.9 2003/05/08 13:03:49 wiz Exp $ */
+/* $NetBSD: phantglobs.h,v 1.10 2009/05/25 22:35:01 dholland Exp $ */
/*
* phantglobs.h - global declarations for Phantasia
@@ -73,7 +73,7 @@
void battleplayer(long);
void callmonster(int);
void cancelmonster(void);
-void catchalarm(int) __attribute__((__noreturn__));
+void catchalarm(int) __dead;
void changestats(bool);
void checkbattle(void);
void checktampered(void);