Mercurial > hg > octave-lyh
comparison src/error.cc @ 3258:4964d5391acc
[project @ 1999-07-21 21:51:33 by jwe]
author | jwe |
---|---|
date | Wed, 21 Jul 1999 21:52:04 +0000 |
parents | 7c96e85c76db |
children | fa345875edea |
comparison
equal
deleted
inserted
replaced
3257:5e61a7a62e2e | 3258:4964d5391acc |
---|---|
328 } | 328 } |
329 | 329 |
330 void | 330 void |
331 symbols_of_error (void) | 331 symbols_of_error (void) |
332 { | 332 { |
333 DEFVAR (beep_on_error, 0.0, 0, beep_on_error, | 333 DEFVAR (beep_on_error, 0.0, beep_on_error, |
334 "if true, beep before printing error messages"); | 334 "if true, beep before printing error messages"); |
335 | 335 |
336 DEFCONST (error_text, "", | 336 DEFCONST (error_text, "", |
337 "the text of error messages that would have been printed in the\n\ | 337 "the text of error messages that would have been printed in the\n\ |
338 body of the most recent unwind_protect statement or the TRY part of\n\ | 338 body of the most recent unwind_protect statement or the TRY part of\n\ |