aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_neq.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 12:28:27 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-01-03 12:28:27 +0000
commitc3a067dc355fc57a5759d4e9a97bcbcd878caf13 (patch)
tree2035f23ed32392b7d7b92baf9fac1d4dc23e4cac /src/mtx_neq.c
parent205992dca4afb92591c09353373244ce14204b52 (diff)
pedantic and C99
svn path=/trunk/externals/iem/iemmatrix/; revision=9114
Diffstat (limited to 'src/mtx_neq.c')
-rw-r--r--src/mtx_neq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_neq.c b/src/mtx_neq.c
index b439104..69a4c57 100644
--- a/src/mtx_neq.c
+++ b/src/mtx_neq.c
@@ -18,6 +18,6 @@
#define MTXBIN_GENERIC__OPERATOR !=
/* the operator operates on integers instead of floats */
-//#define MTXBIN_GENERIC__INTEGEROP
+/* #define MTXBIN_GENERIC__INTEGEROP */
#include "mtx_binop_generic.h"