comparison src/variables.h @ 4699:5e2c68946f30

[project @ 2004-01-20 23:04:46 by jwe]
author jwe
date Tue, 20 Jan 2004 23:04:47 +0000
parents 813effe14ee1
children ca3a1d687bba
comparison
equal deleted inserted replaced
4698:737fd5c0ae06 4699:5e2c68946f30
96 96
97 extern void force_link_to_function (const std::string&); 97 extern void force_link_to_function (const std::string&);
98 98
99 extern void bind_ans (const octave_value& val, bool print); 99 extern void bind_ans (const octave_value& val, bool print);
100 100
101 extern void bind_global_error_variable (void);
102
103 extern void clear_global_error_variable (void *);
104
105 extern void 101 extern void
106 bind_builtin_constant (const std::string&, const octave_value&, 102 bind_builtin_constant (const std::string&, const octave_value&,
107 bool protect = false, bool eternal = false, 103 bool protect = false, bool eternal = false,
108 const std::string& help = std::string ()); 104 const std::string& help = std::string ());
109 105