Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
3017:d7edf1442471 | 3018:5708b8bb4f06 |
---|---|
40 extern int error_state; | 40 extern int error_state; |
41 | 41 |
42 // Tell the error handler whether to print messages, or just store | 42 // Tell the error handler whether to print messages, or just store |
43 // them for later. Used for handling errors in eval() and | 43 // them for later. Used for handling errors in eval() and |
44 // the `unwind_protect' statement. | 44 // the `unwind_protect' statement. |
45 extern int buffer_error_messages; | 45 extern bool buffer_error_messages; |
46 | 46 |
47 // The message buffer | 47 // The message buffer |
48 extern ostrstream *error_message_buffer; | 48 extern ostrstream *error_message_buffer; |
49 | 49 |
50 #endif | 50 #endif |