Mercurial > hg > octave-avbm
changeset 1340:02145fb69a5b
[project @ 1995-08-31 22:09:37 by jwe]
author | jwe |
---|---|
date | Thu, 31 Aug 1995 22:09:37 +0000 |
parents | e1dbc5585afd |
children | e4e4131b1648 |
files | src/defun.h |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/defun.h +++ b/src/defun.h @@ -38,12 +38,17 @@ // information about the variable, and that is passed to // install_builtin_variable to register it in the symbol table. // By convention, it is constructed by prefixing name with the -// character S. +// character SBV. +// +// defn is the initial value for the variable. // // ins_as_fcn is a flag that says whether to install the variable as // if it were a function (allowing the name to also be used as a // variable by users, but recover its original definition if cleared). // +// protect is a flag that says whether it should be possible to give +// the variable a new value. +// // eternal is a flag that says whether it should be possible to // clear the variable. Most builtin variables are eternal, and // cannot be cleared.