diff src/error.h @ 3489:cbee5fbb696d

[project @ 2000-01-28 09:14:32 by jwe]
author jwe
date Fri, 28 Jan 2000 09:14:34 +0000
parents 5708b8bb4f06
children d14c483b3c12
line wrap: on
line diff
--- a/src/error.h	Fri Jan 28 06:47:58 2000 +0000
+++ b/src/error.h	Fri Jan 28 09:14:34 2000 +0000
@@ -39,6 +39,9 @@
 // Current error state.
 extern int error_state;
 
+// Current warning state.
+extern int warning_state;
+
 // 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.