diff src/ChangeLog @ 10447:12d25a1d84bf

Use gnulib headers instead of C++ std headers where needed.
author David Grundberg <davidg@cs.umu.se>
date Wed, 24 Mar 2010 17:27:58 +0100
parents ba932ad87a04
children f123146f1820
line wrap: on
line diff
--- a/src/ChangeLog	Wed Mar 24 09:53:14 2010 -0400
+++ b/src/ChangeLog	Wed Mar 24 17:27:58 2010 +0100
@@ -1,3 +1,13 @@
+2010-03-24  David Grundberg  <davidg@cs.umu.se>
+
+	* oct-parse.yy: Include gnulib stdlib.h/stdio.h instead of C++
+	headers.
+	* oct-fstrm.cc: Include gnulib stdlib.h/string.h instead of C++
+	headers.
+	* mex.cc: Include gnulib stdlib.h instead of C++ headers.
+	* input.cc: Include gnulib stdio.h instead of C++ headers.
+	* c-file-ptr-stream.cc: Include gnulib stdio.h.
+
 2010-03-24  John W. Eaton  <jwe@octave.org>
 
 	* load-path.cc (load_path::add_to_fcn_map): Style fixes.