diff options
Diffstat (limited to 'src/mtx_le.c')
-rw-r--r-- | src/mtx_le.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mtx_le.c b/src/mtx_le.c index 50bc456..d4df459 100644 --- a/src/mtx_le.c +++ b/src/mtx_le.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" |