changeset 104:0813736dd5cd

[project @ 1993-09-13 03:43:28 by jwe]
author jwe
date Mon, 13 Sep 1993 03:43:28 +0000
parents 4c130d05db38
children 13e74a4bf262
files src/error.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/error.h	Mon Sep 13 03:43:14 1993 +0000
+++ b/src/error.h	Mon Sep 13 03:43:28 1993 +0000
@@ -36,7 +36,7 @@
 extern void usage (const char *fmt, ...);
 extern void warning (const char *fmt, ...);
 extern void error (const char *fmt, ...);
-extern void panic (const char *fmt, ...);
+extern void volatile panic (const char *fmt, ...);
 
 #endif