Mercurial > hg > octave-nkf
comparison src/variables.cc @ 2956:c41e4dca98b9
[project @ 1997-05-09 17:17:43 by jwe]
author | jwe |
---|---|
date | Fri, 09 May 1997 17:19:18 +0000 |
parents | ac3368dba5d3 |
children | c0c280cda856 |
comparison
equal
deleted
inserted
replaced
2955:dfffbf305468 | 2956:c41e4dca98b9 |
---|---|
1534 | 1534 |
1535 void | 1535 void |
1536 install_builtin_variable (const string& name, const octave_value& value, | 1536 install_builtin_variable (const string& name, const octave_value& value, |
1537 bool install_as_function, bool protect, | 1537 bool install_as_function, bool protect, |
1538 bool eternal, symbol_record::sv_function sv_fcn, | 1538 bool eternal, symbol_record::sv_function sv_fcn, |
1539 const string& help_string); | 1539 const string& help_string) |
1540 { | 1540 { |
1541 if (install_as_function) | 1541 if (install_as_function) |
1542 install_builtin_variable_as_function (name, value, protect, | 1542 install_builtin_variable_as_function (name, value, protect, |
1543 eternal, help_string); | 1543 eternal, help_string); |
1544 else | 1544 else |