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