# HG changeset patch # User jwe # Date 784847148 0 # Node ID 58f0c171bbbd738baa5bc3bb88f3db669a1d4031 # Parent 1677bb6533fb2c8f726abad2deafd30eb926a447 [project @ 1994-11-14 21:05:48 by jwe] diff -r 1677bb6533fb -r 58f0c171bbbd src/variables.cc --- a/src/variables.cc Mon Nov 14 16:37:05 1994 +0000 +++ b/src/variables.cc Mon Nov 14 21:05:48 1994 +0000 @@ -1286,13 +1286,11 @@ sr->unprotect (); tmp = new tree_constant (nargin); sr->define (tmp); - sr->protect (); sr = sym_tab->lookup ("nargout", 1, 0); sr->unprotect (); tmp = new tree_constant (nargout); sr->define (tmp); - sr->protect (); } // Give a global variable a definition. This will insert the symbol