diff src/load-save.cc @ 2890:42901f9a9266

[project @ 1997-04-28 01:44:22 by jwe]
author jwe
date Mon, 28 Apr 1997 01:45:58 +0000
parents 00c0cd0f2ee7
children 66ef74ee5d9f
line wrap: on
line diff
--- a/src/load-save.cc	Mon Apr 28 01:39:00 1997 +0000
+++ b/src/load-save.cc	Mon Apr 28 01:45:58 1997 +0000
@@ -36,6 +36,7 @@
 
 #include "byte-swap.h"
 #include "data-conv.h"
+#include "lo-mappers.h"
 #include "mach-info.h"
 #include "oct-glob.h"
 #include "str-vec.h"
@@ -45,11 +46,10 @@
 #include "gripes.h"
 #include "help.h"
 #include "load-save.h"
-#include "mappers.h"
 #include "oct-obj.h"
+#include "oct-sym.h"
 #include "pager.h"
 #include "pt-exp.h"
-#include "pt-fvc.h"
 #include "symtab.h"
 #include "sysdep.h"
 #include "unwind-prot.h"
@@ -2225,7 +2225,9 @@
   string name = sr->name ();
   string help = sr->help ();
   int global = sr->is_linked_to_global ();
-  tree_fvc *tmp = sr->def ();
+  octave_symbol *tmp = sr->def ();
+
+  // XXX FIXME XXX -- do we really want to do this?
   octave_value tc = tmp->eval ();
 
   if (tc.is_undefined ())