changeset 5863:4c16f3104aa5

[project @ 2006-06-20 17:56:34 by jwe]
author jwe
date Tue, 20 Jun 2006 17:56:59 +0000
parents 2b35a7fe9302
children e884ab4f29ee
files liboctave/ChangeLog liboctave/oct-sort.h liboctave/randmtzig.h src/ov-str-mat.h src/ov-struct.h
diffstat 5 files changed, 7 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Jun 20 04:31:56 2006 +0000
+++ b/liboctave/ChangeLog	Tue Jun 20 17:56:59 2006 +0000
@@ -1,3 +1,8 @@
+2006-06-16  John W. Eaton  <jwe@octave.org>
+
+	* oct-sort.h: Don't include config.h, lo-mappers.h, or quit.h.
+	* randmtzig.h: Don't inlcude config.h.
+
 2006-05-31  David Bateman  <dbateman@free.fr>
 
 	* Array.cc (assignN): Maybe reshape LHS before doing assignment.
--- a/liboctave/oct-sort.h	Tue Jun 20 04:31:56 2006 +0000
+++ b/liboctave/oct-sort.h	Tue Jun 20 17:56:59 2006 +0000
@@ -83,13 +83,6 @@
 #if !defined (octave_sort_h)
 #define octave_sort_h 1
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "lo-mappers.h"
-#include "quit.h"
-
 /* The maximum number of entries in a MergeState's pending-runs stack.
  * This is enough to sort arrays of size up to about
  *     32 * phi ** MAX_MERGE_PENDING
--- a/liboctave/randmtzig.h	Tue Jun 20 04:31:56 2006 +0000
+++ b/liboctave/randmtzig.h	Tue Jun 20 17:56:59 2006 +0000
@@ -42,10 +42,6 @@
 #ifndef _RANDMTZIG_H
 #define _RANDMTZIG_H
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include "oct-types.h"
 
 #define MT_N 624
--- a/src/ov-str-mat.h	Tue Jun 20 04:31:56 2006 +0000
+++ b/src/ov-str-mat.h	Tue Jun 20 17:56:59 2006 +0000
@@ -129,7 +129,7 @@
   void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;
 
   bool save_ascii (std::ostream& os, bool& infnan_warned,
-		 bool strip_nan_and_inf);
+		   bool strip_nan_and_inf);
 
   bool load_ascii (std::istream& is);
 
--- a/src/ov-struct.h	Tue Jun 20 04:31:56 2006 +0000
+++ b/src/ov-struct.h	Tue Jun 20 17:56:59 2006 +0000
@@ -108,7 +108,7 @@
   bool print_name_tag (std::ostream& os, const std::string& name) const;
 
   bool save_ascii (std::ostream& os, bool& infnan_warned,
-		 bool strip_nan_and_inf);
+		   bool strip_nan_and_inf);
 
   bool load_ascii (std::istream& is);