diff src/help.cc @ 3246:a41cc560087a

[project @ 1999-06-19 06:46:20 by jwe]
author jwe
date Sat, 19 Jun 1999 06:46:35 +0000
parents 7a5a5da64756
children 4964d5391acc
line wrap: on
line diff
--- a/src/help.cc
+++ b/src/help.cc
@@ -865,15 +865,13 @@
 		{
 		  octave_value defn = sym_rec->def ();
 
-		  assert (defn.is_constant ());
-
 		  int var_ok = 1;
 
 		  // XXX FIXME XXX -- need to handle structure
 		  // references correctly.
 
-		  if (defn.is_map ())
-		    error ("type: operations on structs not implemented");
+		  //if (defn.is_map ())
+		  //  error ("type: operations on structs not implemented");
 
 		  if (! error_state)
 		    {