We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa19a9d commit 7c9708aCopy full SHA for 7c9708a
games/adventure/extern.h
@@ -1,4 +1,4 @@
1
-/* $NetBSD: extern.h,v 1.12 2009/08/25 06:56:52 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.13 2009/08/25 06:58:04 dholland Exp $ */
2
3
/*
4
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -37,7 +37,7 @@ unsigned long crc(const char *, int);
37
38
/* done.c */
39
int score(void);
40
-void done(int) __attribute__((__noreturn__));
+void done(int) __dead;
41
void die(int);
42
43
/* init.c */
@@ -75,7 +75,7 @@ int dark(void);
75
int pct(int);
76
int fdwarf(void);
77
int march(void);
78
-void bug(int) __attribute__((__noreturn__));
+void bug(int) __dead;
79
void checkhints(void);
80
int trsay(void);
81
int trtake(void);
0 commit comments