# HG changeset patch # User jwe # Date 823922585 0 # Node ID a5dfd2014993e1aa9b364cbc813a93395dd4f63f # Parent ca0b39eccd65cd6fa01135a3feb326e9cf8d9f40 [project @ 1996-02-10 03:21:38 by jwe] diff -r ca0b39eccd65 -r a5dfd2014993 libcruft/misc/lo-error.cc --- 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) { diff -r ca0b39eccd65 -r a5dfd2014993 liboctave/Makefile.in --- 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 \