# HG changeset patch # User jwe # Date 809906977 0 # Node ID 02145fb69a5bbd4d0ed4b7c26072ba68155ab652 # Parent e1dbc5585afd68c508d49b1aa2fede0e5098f22d [project @ 1995-08-31 22:09:37 by jwe] diff -r e1dbc5585afd -r 02145fb69a5b src/defun.h --- a/src/defun.h Fri Aug 25 03:58:02 1995 +0000 +++ b/src/defun.h Thu Aug 31 22:09:37 1995 +0000 @@ -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.