diff src/pt-const.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-const.h
+++ b/src/pt-const.h
@@ -156,7 +156,7 @@
 
 // Indexed assignment.
 
-  tree_constant assign (const tree_constant& rhs, const Octave_object& args)
+  tree_constant assign (tree_constant& rhs, const Octave_object& args)
     {
       if (rep->count > 1)
 	{
@@ -170,11 +170,13 @@
 
 // Simple structure assignment.
 
-  tree_constant assign_map_element (SLList<char*>& list, tree_constant& rhs);
+  tree_constant assign_map_element (SLList<char*>& list,
+				    tree_constant& rhs);
 
 // Indexed structure assignment.
 
-  tree_constant assign_map_element (SLList<char*>& list, tree_constant& rhs,
+  tree_constant assign_map_element (SLList<char*>& list,
+				    tree_constant& rhs,
 				    const Octave_object& args);
 
 // Type.  It would be nice to eliminate the need for this.