Mercurial > hg > octave-nkf
changeset 2200:6abec42e52f6
[project @ 1996-05-15 05:22:52 by jwe]
author | jwe |
---|---|
date | Wed, 15 May 1996 05:27:11 +0000 |
parents | 983038cd04cd |
children | e5db2ea7f7c8 |
files | src/arith-ops.cc src/balance.cc src/chol.cc src/data.cc src/det.cc src/dynamic-ld.cc src/eig.cc src/error.cc src/fft.cc src/fft2.cc src/hess.cc src/ifft.cc src/ifft2.cc src/inv.cc src/lex.l src/load-save.cc src/log.cc src/lu.cc src/pager.cc src/parse.y src/pinv.cc src/pr-output.cc src/pt-base.cc src/pt-cmd.cc src/pt-const.cc src/pt-exp-base.cc src/pt-exp.cc src/pt-fvc.cc src/pt-mat.cc src/pt-mvr.cc src/pt-plot.cc src/pt-pr-code.cc src/qr.cc src/schur.cc src/svd.cc |
diffstat | 35 files changed, 0 insertions(+), 35 deletions(-) [+] |
line wrap: on
line diff
--- a/src/arith-ops.cc +++ b/src/arith-ops.cc @@ -36,7 +36,6 @@ #include "mappers.h" #include "pt-const.h" #include "unwind-prot.h" -#include "user-prefs.h" #include "utils.h" #include "xdiv.h" #include "xpow.h"
--- a/src/balance.cc +++ b/src/balance.cc @@ -39,7 +39,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (balance, args, nargout,
--- a/src/chol.cc +++ b/src/chol.cc @@ -32,7 +32,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (chol, args, nargout,
--- a/src/data.cc +++ b/src/data.cc @@ -47,7 +47,6 @@ #include "oct-map.h" #include "pt-const.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" #ifndef MIN
--- a/src/det.cc +++ b/src/det.cc @@ -32,7 +32,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (det, args, ,
--- a/src/dynamic-ld.cc +++ b/src/dynamic-ld.cc @@ -50,7 +50,6 @@ #include "toplev.h" #include "pathsearch.h" #include "pt-const.h" -#include "user-prefs.h" #include "utils.h" #include "variables.h"
--- a/src/eig.cc +++ b/src/eig.cc @@ -31,7 +31,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (eig, args, nargout,
--- a/src/error.cc +++ b/src/error.cc @@ -36,7 +36,6 @@ #include "pager.h" #include "pt-const.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" // TRUE means that Octave will try to beep obnoxiously before printing
--- a/src/fft.cc +++ b/src/fft.cc @@ -30,7 +30,6 @@ #include "help.h" #include "mappers.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" // This function should be merged with Fifft.
--- a/src/fft2.cc +++ b/src/fft2.cc @@ -30,7 +30,6 @@ #include "help.h" #include "mappers.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" // This function should be merged with Fifft2.
--- a/src/hess.cc +++ b/src/hess.cc @@ -32,7 +32,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (hess, args, nargout,
--- a/src/ifft.cc +++ b/src/ifft.cc @@ -30,7 +30,6 @@ #include "help.h" #include "mappers.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" // This function should be merged with Ffft.
--- a/src/ifft2.cc +++ b/src/ifft2.cc @@ -30,7 +30,6 @@ #include "help.h" #include "mappers.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" // This function should be merged with Ffft2.
--- a/src/inv.cc +++ b/src/inv.cc @@ -29,7 +29,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (inv, args, ,
--- a/src/lex.l +++ b/src/lex.l @@ -58,7 +58,6 @@ #include "pt-mat.h" #include "pt-misc.h" #include "pt-plot.h" -#include "user-prefs.h" #include "utils.h" #include "variables.h" #include "y.tab.h"
--- a/src/load-save.cc +++ b/src/load-save.cc @@ -52,7 +52,6 @@ #include "symtab.h" #include "sysdep.h" #include "unwind-prot.h" -#include "user-prefs.h" #include "utils.h" // The default output format. May be one of "binary", "text", or
--- a/src/log.cc +++ b/src/log.cc @@ -31,7 +31,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" // XXX FIXME XXX -- the next two functions should really be just
--- a/src/lu.cc +++ b/src/lu.cc @@ -32,7 +32,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (lu, args, nargout,
--- a/src/pager.cc +++ b/src/pager.cc @@ -43,7 +43,6 @@ #include "pager.h" #include "sighandlers.h" #include "unwind-prot.h" -#include "user-prefs.h" pid_t octave_pager_pid = -1;
--- a/src/parse.y +++ b/src/parse.y @@ -54,7 +54,6 @@ #include "pt-plot.h" #include "symtab.h" #include "token.h" -#include "user-prefs.h" #include "utils.h" #include "variables.h"
--- a/src/pinv.cc +++ b/src/pinv.cc @@ -29,7 +29,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (pinv, args, ,
--- a/src/pr-output.cc +++ b/src/pr-output.cc @@ -51,7 +51,6 @@ #include "pr-output.h" #include "pt-const.h" #include "sysdep.h" -#include "user-prefs.h" #include "utils.h" #include "variables.h"
--- a/src/pt-base.cc +++ b/src/pt-base.cc @@ -33,7 +33,6 @@ #include <iostream.h> #include "pt-base.h" -#include "user-prefs.h" /* ;;; Local Variables: ***
--- a/src/pt-cmd.cc +++ b/src/pt-cmd.cc @@ -52,7 +52,6 @@ #include "pt-mvr.h" #include "pt-walk.h" #include "unwind-prot.h" -#include "user-prefs.h" #include "variables.h" // Decide if it's time to quit a for or while loop.
--- a/src/pt-const.cc +++ b/src/pt-const.cc @@ -58,7 +58,6 @@ #include "pt-const.h" #include "pt-walk.h" #include "unwind-prot.h" -#include "user-prefs.h" #include "utils.h" #include "variables.h"
--- a/src/pt-exp-base.cc +++ b/src/pt-exp-base.cc @@ -35,7 +35,6 @@ #include "pager.h" #include "pt-const.h" #include "pt-exp-base.h" -#include "user-prefs.h" // Expressions.
--- a/src/pt-exp.cc +++ b/src/pt-exp.cc @@ -44,7 +44,6 @@ #include "pt-misc.h" #include "pt-mvr.h" #include "pt-walk.h" -#include "user-prefs.h" #include "utils.h" // Nonzero means we're returning from a function.
--- a/src/pt-fvc.cc +++ b/src/pt-fvc.cc @@ -42,7 +42,6 @@ #include "pt-const.h" #include "pt-fvc.h" #include "pt-walk.h" -#include "user-prefs.h" #include "utils.h" // But first, some extra functions used by the tree classes.
--- a/src/pt-mat.cc +++ b/src/pt-mat.cc @@ -41,7 +41,6 @@ #include "pt-misc.h" #include "pt-mvr.h" #include "pt-walk.h" -#include "user-prefs.h" // Are empty elements in a matrix list ok? For example, is the empty // matrix in an expression like `[[], 1]' ok? A positive value means
--- a/src/pt-mvr.cc +++ b/src/pt-mvr.cc @@ -39,7 +39,6 @@ #include "pt-misc.h" #include "pt-mvr.h" #include "pt-walk.h" -#include "user-prefs.h" // But first, some extra functions used by the tree classes.
--- a/src/pt-plot.cc +++ b/src/pt-plot.cc @@ -59,7 +59,6 @@ #include "pt-plot.h" #include "pt-walk.h" #include "sysdep.h" -#include "user-prefs.h" #include "utils.h" // If TRUE, a replot command is issued automatically each time a plot
--- a/src/pt-pr-code.cc +++ b/src/pt-pr-code.cc @@ -34,7 +34,6 @@ #include "input.h" #include "pr-output.h" #include "pt-pr-code.h" -#include "user-prefs.h" void tree_print_code::visit_argument_list (tree_argument_list& lst)
--- a/src/qr.cc +++ b/src/qr.cc @@ -34,7 +34,6 @@ #include "gripes.h" #include "help.h" #include "oct-obj.h" -#include "user-prefs.h" #include "utils.h" DEFUN_DLD_BUILTIN (qr, args, nargout,