Mercurial > hg > octave-nkf
comparison src/error.h @ 4452:f3c21a1d1c62
[project @ 2003-07-09 23:20:18 by jwe]
author | jwe |
---|---|
date | Wed, 09 Jul 2003 23:20:19 +0000 |
parents | 115bffcecfd3 |
children | 5e2c68946f30 |
comparison
equal
deleted
inserted
replaced
4451:ea1d3e1a4b1b | 4452:f3c21a1d1c62 |
---|---|
50 extern bool buffer_error_messages; | 50 extern bool buffer_error_messages; |
51 | 51 |
52 // TRUE means error messages are turned off. | 52 // TRUE means error messages are turned off. |
53 extern bool discard_error_messages; | 53 extern bool discard_error_messages; |
54 | 54 |
55 // TRUE means warning messages are turned off. | |
56 extern bool discard_warning_messages; | |
57 | |
55 // The current warning state. Valid values are "on", "off", | 58 // The current warning state. Valid values are "on", "off", |
56 // "backtrace", or "debug". | 59 // "backtrace", or "debug". |
57 extern std::string Vwarning_option; | 60 extern std::string Vwarning_option; |
58 | 61 |
59 #endif | 62 #endif |