changeset 1913:a5dfd2014993

[project @ 1996-02-10 03:21:38 by jwe]
author jwe
date Sat, 10 Feb 1996 03:23:05 +0000
parents ca0b39eccd65
children 8637abd0da0b
files libcruft/misc/lo-error.cc liboctave/Makefile.in
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/misc/lo-error.cc	Sat Feb 10 03:20:55 1996 +0000
+++ b/libcruft/misc/lo-error.cc	Sat Feb 10 03:23:05 1996 +0000
@@ -31,8 +31,6 @@
 
 #include "lo-error.h"
 
-liboctave_error_handler current_liboctave_error_handler = liboctave_fatal;
-
 static void
 verror (const char *name, const char *fmt, va_list args)
 {
--- a/liboctave/Makefile.in	Sat Feb 10 03:20:55 1996 +0000
+++ b/liboctave/Makefile.in	Sat Feb 10 03:23:05 1996 +0000
@@ -58,7 +58,7 @@
 SOURCES := Bounds.cc CollocWt.cc DAE.cc DASSL.cc FEGrid.cc FSQP.cc \
 	LinConst.cc LPsolve.cc LSODE.cc NLEqn.cc NPSOL.cc QPSOL.cc \
 	Quad.cc Range.cc acosh.c asinh.c atanh.c cmd-hist.cc \
-	dir-ops.cc erf.c erfc.c file-ops.cc filemode.c \
+	dir-ops.cc erf.c erfc.c f77-fcn.c file-ops.cc filemode.c \
 	gamma.c getopt.c getopt1.c idx-vector.cc lo-error.cc lgamma.c \
 	mkdir.c oct-glob.cc oct-term.cc pathsearch.cc prog-args.cc \
 	rename.c rmdir.c str-vec.cc sun-utils.cc tempname.c tempnam.c \