view src/of-sparsersb-1-fixes.patch @ 4356:2dbbba3cfa86

of-dicom: update to 0.2.0 * src/of-dicom.mk: update version, checksum, if non navtive, set CMAKE_BINARY and pass to build * of-dicom-1-fixes.patch: removed * of-dicom-2-gdcm2.4.patch: removed * dist-files.mk: removed unused patches
author John D
date Thu, 23 Feb 2017 14:08:41 -0500
parents a0f108ead0dc
children
line wrap: on
line source

diff -ur a/src/sparsersb.cc b/src/sparsersb.cc
--- a/src/sparsersb.cc	2016-10-02 15:08:13.000000000 -0400
+++ b/src/sparsersb.cc	2017-01-07 12:20:04.317822121 -0500
@@ -74,7 +74,6 @@
 #include <octave/ov-complex.h>
 #include <octave/ops.h>
 #include <octave/ov-typeinfo.h>
-#include <octave/oct-alloc.h> /* DECLARE_OCTAVE_ALLOCATOR */
 #if RSBOI_WANT_PRINT_PCT_OCTAVE_STYLE
 #include <iomanip>	// std::setprecision
 #endif
@@ -1373,9 +1372,6 @@
 
 	private:
 	public:
-#if !RSBOI_USE_PATCH_38143
-		DECLARE_OCTAVE_ALLOCATOR
-#endif /* RSBOI_USE_PATCH_38143   */
 			DECLARE_OV_TYPEID_FUNCTIONS_AND_DATA
 };/* end of class octave_sparsersb_mtx definition  */
 
@@ -1415,7 +1411,6 @@
 		return new octave_sparse_complex_matrix (v.sparse_complex_matrix_value());
 }
 
-DEFINE_OCTAVE_ALLOCATOR (octave_sparsersb_mtx)
 DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA (octave_sparsersb_mtx,
 RSB_OI_TYPEINFO_STRING,
 RSB_OI_TYPEINFO_TYPE)