summaryrefslogtreecommitdiffstats
path: root/phantasia
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-25 22:35:01 +0000
committerdholland <dholland@NetBSD.org>2009-05-25 22:35:01 +0000
commitdb71584135fee53a454ac992bfaef83923ef082d (patch)
tree7bea6286d4cb901b1939821dd97562cc340f8895 /phantasia
parent51f33549bfb1594cd9ddc085b4f8ef124582516e (diff)
downloadbsdgames-darwin-db71584135fee53a454ac992bfaef83923ef082d.tar.gz
bsdgames-darwin-db71584135fee53a454ac992bfaef83923ef082d.tar.zst
bsdgames-darwin-db71584135fee53a454ac992bfaef83923ef082d.zip
attribute noreturn -> __dead
Diffstat (limited to 'phantasia')
-rw-r--r--phantasia/phantglobs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/phantglobs.h b/phantasia/phantglobs.h
index 12e61d02..82cf9c32 100644
--- a/phantasia/phantglobs.h
+++ b/phantasia/phantglobs.h
@@ -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 awardtreasure(void);
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);