changeset 1631:b0b22b6ce22f

[project @ 1995-11-14 20:24:15 by jwe]
author jwe
date Tue, 14 Nov 1995 20:27:50 +0000
parents 21cc6098cdd3
children 9cdb0a266fd9
files liboctave/dbleSCHUR.cc liboctave/dbleSVD.cc src/Makefile.in
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/dbleSCHUR.cc	Tue Nov 14 20:09:40 1995 +0000
+++ b/liboctave/dbleSCHUR.cc	Tue Nov 14 20:27:50 1995 +0000
@@ -29,6 +29,8 @@
 #include <config.h>
 #endif
 
+#include <iostream.h>
+
 #include "dbleSCHUR.h"
 #include "f77-uscore.h"
 #include "lo-error.h"
--- a/liboctave/dbleSVD.cc	Tue Nov 14 20:09:40 1995 +0000
+++ b/liboctave/dbleSVD.cc	Tue Nov 14 20:27:50 1995 +0000
@@ -29,6 +29,8 @@
 #include <config.h>
 #endif
 
+#include <iostream.h>
+
 #include "dbleSVD.h"
 #include "f77-uscore.h"
 #include "mx-inlines.cc"
--- a/src/Makefile.in	Tue Nov 14 20:09:40 1995 +0000
+++ b/src/Makefile.in	Tue Nov 14 20:27:50 1995 +0000
@@ -61,14 +61,14 @@
 	defun-int.h dirfns.h dynamic-ld.h error.h file-info.h \
 	file-io.h fnmatch.h getopt.h gripes.h help.h input.h lex.h \
 	load-save.h mappers.h missing-math.h oct-gperf.h octave.h \
-	octave-hist.h oct-map.h oct-obj.h oct-str.h pager.h parse.h \
+	octave-hist.h oct-map.h oct-obj.h pager.h parse.h \
 	pathlen.h pathsearch.h pr-output.h procstream.h sighandlers.h \
 	statdefs.h symtab.h sysdep.h sysdir.h systime.h syswait.h \
 	token.h tree-base.h tree-cmd.h tree-const.h tree-expr.h \
 	tree-misc.h tree-plot.h unwind-prot.h user-prefs.h utils.h \
 	variables.h version.h xdiv.h xpow.h Map.h SLStack.h Stack.h 
 
-TI_SRC := Array-string.cc Array-tc.cc Map-tc.cc DLList-fi.cc \
+TI_SRC := Array-tc.cc Map-tc.cc DLList-fi.cc \
 	SLList-expr.cc SLList-misc.cc SLList-plot.cc SLList-tc.cc \
 	SLStack-i.cc SLStack-pc.cc SLStack-sym.cc SLStack-tok.cc \
 	SLStack-tm.cc SLStack-ue.cc SLStack-ui.cc
@@ -79,7 +79,7 @@
 	dynamic-ld.cc erf.c erfc.c error.cc file-info.cc file-io.cc \
 	filemode.c fnmatch.c getopt.c getopt1.c gripes.cc help.cc \
 	input.cc lex.l load-save.cc mappers.cc mkdir.c octave.cc \
-	octave-hist.cc oct-map.cc oct-obj.cc oct-str.cc pager.cc \
+	octave-hist.cc oct-map.cc oct-obj.cc pager.cc \
 	parse.y pr-output.cc procstream.cc rename.c resource.cc \
 	rmdir.c sighandlers.cc strcasecmp.c strncase.c strfns.cc \
 	strftime.c symtab.cc sysdep.cc tempname.c timefns.cc \