diff main/fixed/src/fixedNDArray.h @ 3645:529c00d3210c octave-forge

upgrade to newer macro API in octave
author goffioul
date Fri, 13 Jul 2007 09:20:20 +0000
parents 17e102866239
children 2de537641f94
line wrap: on
line diff
--- a/main/fixed/src/fixedNDArray.h	Thu Jul 12 18:38:06 2007 +0000
+++ b/main/fixed/src/fixedNDArray.h	Fri Jul 13 09:20:20 2007 +0000
@@ -239,14 +239,14 @@
 FixedNDArray elem_pow (const FixedNDArray &a, const FixedPoint &b);
 FixedNDArray elem_pow (const FixedPoint &a, const FixedNDArray &b);
 
-NDS_CMP_OP_DECLS (FixedNDArray, FixedPoint)
-NDS_BOOL_OP_DECLS (FixedNDArray, FixedPoint)
+NDS_CMP_OP_DECLS (FixedNDArray, FixedPoint, )
+NDS_BOOL_OP_DECLS (FixedNDArray, FixedPoint, )
 
-SND_CMP_OP_DECLS (FixedPoint, FixedNDArray)
-SND_BOOL_OP_DECLS (FixedPoint, FixedNDArray)
+SND_CMP_OP_DECLS (FixedPoint, FixedNDArray, )
+SND_BOOL_OP_DECLS (FixedPoint, FixedNDArray, )
 
-NDND_CMP_OP_DECLS (FixedNDArray, FixedNDArray)
-NDND_BOOL_OP_DECLS (FixedNDArray, FixedNDArray)
+NDND_CMP_OP_DECLS (FixedNDArray, FixedNDArray, )
+NDND_BOOL_OP_DECLS (FixedNDArray, FixedNDArray, )
 
 MARRAY_FORWARD_DEFS (MArrayN, FixedNDArray, FixedPoint)