diff src/error.h @ 2440:d95b5eb82e22

[project @ 1996-10-30 17:53:42 by jwe]
author jwe
date Wed, 30 Oct 1996 17:54:40 +0000
parents b9cfacab52d1
children 8b262e771614
line wrap: on
line diff
--- a/src/error.h	Wed Oct 30 07:58:24 1996 +0000
+++ b/src/error.h	Wed Oct 30 17:54:40 1996 +0000
@@ -34,7 +34,7 @@
 extern void warning (const char *fmt, ...);
 extern void error (const char *fmt, ...);
 extern void parse_error (const char *fmt, ...);
-extern void panic (const char *fmt, ...) NORETURN;
+extern void panic (const char *fmt, ...) GCC_ATTR_NORETURN;
 
 // Current error state.
 extern int error_state;