changeset 5172:9d9bbda4f00c

[project @ 2005-03-01 18:26:20 by jwe]
author jwe
date Tue, 01 Mar 2005 18:26:20 +0000
parents dc706eb5be9f
children 1278a2bc1527
files ChangeLog examples/make_int.cc
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 01 18:01:54 2005 +0000
+++ b/ChangeLog	Tue Mar 01 18:26:20 2005 +0000
@@ -1,4 +1,7 @@
-2005-03-01  John W. Eaton  <jwe@octave.org>
+2005-03-01  Todd Neal  <tolchz@gmail.com>
+
+	* examples/make_int.cc: DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA now
+	takes three arguments.
 
 	* octMakefile.in (SUBDIRS, CLEANSUBDIRS):
 	Remove @GLOB_DIR@ from the list.
--- a/examples/make_int.cc	Tue Mar 01 18:01:54 2005 +0000
+++ b/examples/make_int.cc	Tue Mar 01 18:26:20 2005 +0000
@@ -336,7 +336,7 @@
 
 DEFINE_OCTAVE_ALLOCATOR (octave_integer);
 
-DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_integer, "integer");
+DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_integer, "integer", "integer");
 
 /*
 ;;; Local Variables: ***