Mercurial > hg > octave-nkf
diff src/error.h @ 189:de0e58f9b064
[project @ 1993-10-28 08:52:15 by jwe]
author | jwe |
---|---|
date | Thu, 28 Oct 1993 08:53:09 +0000 |
parents | 7849db4b6dbc |
children | 4f3364dcf450 |
line wrap: on
line diff
--- a/src/error.h +++ b/src/error.h @@ -36,7 +36,7 @@ extern void usage (const char *fmt, ...); extern void warning (const char *fmt, ...); extern void error (const char *fmt, ...); -extern void volatile panic (const char *fmt, ...); +extern void panic (const char *fmt, ...); // Current error state. extern int error_state;