diff src/pt-exp-base.h @ 782:ffe18d3d64a6

[project @ 1994-10-07 19:01:20 by jwe]
author jwe
date Fri, 07 Oct 1994 19:01:34 +0000
parents a2f9d3fd720c
children e8a677c3f042
line wrap: on
line diff
--- a/src/pt-exp-base.h
+++ b/src/pt-exp-base.h
@@ -220,7 +220,7 @@
   virtual int is_constant (void) const
     { return 0; }
 
-  virtual tree_constant assign (const tree_constant& t,
+  virtual tree_constant assign (tree_constant& t,
 				const Octave_object& args);
 
   virtual char *name (void) const
@@ -280,11 +280,11 @@
 
   void document (char *s);
 
-  tree_constant assign (const tree_constant& t);
-  tree_constant assign (const tree_constant& t, const Octave_object& args);
+  tree_constant assign (tree_constant& t);
+  tree_constant assign (tree_constant& t, const Octave_object& args);
 
-  tree_constant assign (SLList<char*> list, const tree_constant& t);
-  tree_constant assign (SLList<char*> list, const tree_constant& t,
+  tree_constant assign (SLList<char*> list, tree_constant& t);
+  tree_constant assign (SLList<char*> list, tree_constant& t,
 			const Octave_object& args); 
 
   int is_defined (void);
@@ -350,8 +350,8 @@
 
   char *name (void);
 
-  tree_constant assign (const tree_constant& t);
-  tree_constant assign (const tree_constant& t, const Octave_object& args);
+  tree_constant assign (tree_constant& t);
+  tree_constant assign (tree_constant& t, const Octave_object& args);
 
   void mark_for_possible_ans_assign (void)
     { id->mark_for_possible_ans_assign (); }