diff src/error.h @ 3935:1ea29376e43e

[project @ 2002-05-16 05:30:51 by jwe]
author jwe
date Thu, 16 May 2002 05:30:51 +0000
parents c554ad71bafc
children b79da8779a0e
line wrap: on
line diff
--- a/src/error.h	Wed May 15 19:18:09 2002 +0000
+++ b/src/error.h	Thu May 16 05:30:51 2002 +0000
@@ -23,6 +23,7 @@
 #if !defined (octave_error_h)
 #define octave_error_h 1
 
+#include <string>
 #include <strstream>
 
 #define panic_impossible() \
@@ -50,6 +51,10 @@
 // TRUE means error messages are turned off.
 extern bool discard_error_messages;
 
+// The current warning state.  Valid values are "on", "off",
+// "backtrace", or "debug".
+extern std::string Vwarning_option;
+
 #endif
 
 /*