changeset 921:58f0c171bbbd

[project @ 1994-11-14 21:05:48 by jwe]
author jwe
date Mon, 14 Nov 1994 21:05:48 +0000
parents 1677bb6533fb
children 708827b941b4
files src/variables.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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