diff src/oct-stream.cc @ 6708:0ce71beb1cf3

[project @ 2007-06-13 06:40:48 by jwe]
author jwe
date Wed, 13 Jun 2007 06:40:49 +0000
parents bcfdc9f0d267
children c3cd7d14fc5e
line wrap: on
line diff
--- a/src/oct-stream.cc	Wed Jun 13 06:05:53 2007 +0000
+++ b/src/oct-stream.cc	Wed Jun 13 06:40:49 2007 +0000
@@ -53,9 +53,6 @@
 #include "oct-obj.h"
 #include "utils.h"
 
-#undef OCTAVE_API
-#define OCTAVE_API
-
 // Possible values for conv_err:
 //
 //   1 : not a real scalar
@@ -3218,7 +3215,7 @@
 typedef octave_value (*read_fptr) (octave_stream&, octave_idx_type, octave_idx_type, octave_idx_type, octave_idx_type, bool,
 				   oct_mach_info::float_format ffmt, octave_idx_type&);
 
-INSTANTIATE_ARRAY (read_fptr);
+INSTANTIATE_ARRAY (read_fptr,);
 template class Array2<read_fptr>;
 
 #define FILL_TABLE_ROW(R, VAL_T) \