Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/src/variables.h +++ b/src/variables.h @@ -101,7 +101,7 @@ extern void bind_builtin_variable (const string&, const octave_value&, bool protect = false, bool eternal = false, - symbol_record::sv_function f = 0, + symbol_record::change_function f = 0, const string& help = string ()); // Symbol table for symbols at the top level.