diff src/ChangeLog @ 11069:e40e19761d06

variables.cc: Octave_map to octave_map and octave_scalar_map conversion
author John W. Eaton <jwe@octave.org>
date Fri, 01 Oct 2010 04:30:47 -0400
parents b0eec300d3fc
children 686d5bd22132
line wrap: on
line diff
--- a/src/ChangeLog	Thu Sep 30 21:50:35 2010 +0200
+++ b/src/ChangeLog	Fri Oct 01 04:30:47 2010 -0400
@@ -1,3 +1,8 @@
+2010-10-01  John W. Eaton  <jwe@octave.org>
+
+	* variables.cc (symbol_info_list::map_value): Use
+	octave_scalar_map and octave_map instead of Octave_map.
+
 2010-09-30  Jaroslav Hajek  <highegg@gmail.com>
 
 	* oct-map.h (octave_fields::nil_rep): Make a static function.