diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,9 +27,6 @@ #include "types.h" -#ifndef ABS -#define ABS(a) ((a) < 0 ? -(a) : (a)) -#endif #ifndef MIN #define MIN(a,b) ((a) < (b) ? (a) : (b)) #endif |