Mercurial > hg > octave-lyh
comparison src/variables.h @ 3005:fd2080b2800e
[project @ 1997-05-24 17:37:39 by jwe]
author | jwe |
---|---|
date | Sat, 24 May 1997 17:38:55 +0000 |
parents | b9c107cbe388 |
children | f512c16826d1 |
comparison
equal
deleted
inserted
replaced
3004:9a54159563de | 3005:fd2080b2800e |
---|---|
99 extern void clear_global_error_variable (void *); | 99 extern void clear_global_error_variable (void *); |
100 | 100 |
101 extern void | 101 extern void |
102 bind_builtin_variable (const string&, const octave_value&, | 102 bind_builtin_variable (const string&, const octave_value&, |
103 bool protect = false, bool eternal = false, | 103 bool protect = false, bool eternal = false, |
104 symbol_record::sv_function f = 0, | 104 symbol_record::change_function f = 0, |
105 const string& help = string ()); | 105 const string& help = string ()); |
106 | 106 |
107 // Symbol table for symbols at the top level. | 107 // Symbol table for symbols at the top level. |
108 extern symbol_table *top_level_sym_tab; | 108 extern symbol_table *top_level_sym_tab; |
109 | 109 |