comparison src/ov-base.h @ 8658:73c4516fae10

New evaluator and debugger derived from tree-walker class
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 00:47:53 -0500
parents 906f976d35a8
children 22462fd58e66
comparison
equal deleted inserted replaced
8657:102e05821f93 8658:73c4516fae10
620 static bool beginning_of_line; 620 static bool beginning_of_line;
621 621
622 DECLARE_OV_BASE_TYPEID_FUNCTIONS_AND_DATA 622 DECLARE_OV_BASE_TYPEID_FUNCTIONS_AND_DATA
623 }; 623 };
624 624
625 // If TRUE, turn off printing of results in functions (as if a
626 // semicolon has been appended to each statement).
627 extern bool Vsilent_functions;
628
629 // TRUE means to perform automatic sparse to real mutation if there 625 // TRUE means to perform automatic sparse to real mutation if there
630 // is memory to be saved 626 // is memory to be saved
631 extern bool Vsparse_auto_mutate; 627 extern bool Vsparse_auto_mutate;
632 628
633 #endif 629 #endif