changeset 6355:7b124b265c34

[project @ 2007-02-25 16:25:52 by jwe]
author jwe
date Sun, 25 Feb 2007 16:25:52 +0000
parents 24f59167b97c
children 8bb0d11c7a97
files src/ChangeLog src/DLD-FUNCTIONS/interpn.cc src/error.h
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Feb 24 23:11:49 2007 +0000
+++ b/src/ChangeLog	Sun Feb 25 16:25:52 2007 +0000
@@ -1,3 +1,10 @@
+2007-02-25  John W. Eaton  <jwe@octave.org>
+
+	* DLD-FUNCTIONS/interpn.cc: Include dNDArray.h, not dMatrix.cc.
+
+	* error.h: Include cstdarg.
+	From Juhani Saastamoinen <juhani@cs.joensuu.fi>.
+
 2007-02-23  John W. Eaton  <jwe@octave.org>
 
 	* variables.cc (lookup_function): Don't dereference NULL
--- a/src/DLD-FUNCTIONS/interpn.cc	Sat Feb 24 23:11:49 2007 +0000
+++ b/src/DLD-FUNCTIONS/interpn.cc	Sun Feb 25 16:25:52 2007 +0000
@@ -25,7 +25,7 @@
 #include <config.h>
 #endif
 
-#include "dMatrix.cc"
+#include "dNDArray.h"
 
 #include "defun-dld.h"
 #include "error.h"
--- a/src/error.h	Sat Feb 24 23:11:49 2007 +0000
+++ b/src/error.h	Sun Feb 25 16:25:52 2007 +0000
@@ -24,6 +24,7 @@
 #if !defined (octave_error_h)
 #define octave_error_h 1
 
+#include <cstdarg>
 #include <string>
 
 #define panic_impossible() \