prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)
[pspp] / lib / xstrtoimax.c
1 #define __strtol strtoimax
2 #define __strtol_t intmax_t
3 #define __xstrtol xstrtoimax
4 #define STRTOL_T_MINIMUM INTMAX_MIN
5 #define STRTOL_T_MAXIMUM INTMAX_MAX
6 #include "xstrtol.c"