comparison src/variables.cc @ 5781:faafc2d98b8d

[project @ 2006-05-02 19:40:19 by jwe]
author jwe
date Tue, 02 May 2006 19:40:21 +0000
parents cbf717bf8150
children 70215aff5ccf
comparison
equal deleted inserted replaced
5780:cbf717bf8150 5781:faafc2d98b8d
696 { 696 {
697 int parse_status; 697 int parse_status;
698 698
699 unwind_protect::begin_frame ("looks_like_struct"); 699 unwind_protect::begin_frame ("looks_like_struct");
700 700
701 unwind_protect_str (Vwarning_option);
702 unwind_protect_bool (discard_error_messages); 701 unwind_protect_bool (discard_error_messages);
703 unwind_protect_int (error_state); 702 unwind_protect_int (error_state);
704 703
705 Vwarning_option = "off";
706 discard_error_messages = true; 704 discard_error_messages = true;
707 705
708 octave_value tmp = eval_string (text, true, parse_status); 706 octave_value tmp = eval_string (text, true, parse_status);
709 707
710 unwind_protect::run_frame ("looks_like_struct"); 708 unwind_protect::run_frame ("looks_like_struct");