summaryrefslogtreecommitdiffstats
path: root/phantasia/phantglobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'phantasia/phantglobs.h')
-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);