diff src/error.h @ 3018:5708b8bb4f06

[project @ 1997-06-03 21:48:05 by jwe]
author jwe
date Tue, 03 Jun 1997 21:57:33 +0000
parents 8bb31a2b480b
children cbee5fbb696d
line wrap: on
line diff
--- a/src/error.h
+++ b/src/error.h
@@ -42,7 +42,7 @@
 // Tell the error handler whether to print messages, or just store
 // them for later.  Used for handling errors in eval() and
 // the `unwind_protect' statement.
-extern int buffer_error_messages;
+extern bool buffer_error_messages;
 
 // The message buffer
 extern ostrstream *error_message_buffer;