Mercurial > hg > octave-nkf
diff src/variables.cc @ 1161:0326a802cd5c
[project @ 1995-02-27 16:14:48 by jwe]
author | jwe |
---|---|
date | Mon, 27 Feb 1995 16:15:02 +0000 |
parents | 80973a849607 |
children | c210c5a25a48 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1386,6 +1386,7 @@ // Defining variables. +#if 0 void bind_nargin_and_nargout (symbol_table *sym_tab, int nargin, int nargout) { @@ -1402,6 +1403,7 @@ tmp = new tree_constant (nargout); sr->define (tmp); } +#endif // Give a global variable a definition. This will insert the symbol // in the global table if necessary.