Remove macros that are no longer needed now that stdint.h is
[pspp] / lib / human.c
index 6e641446ceb782f9ccec055bae34e40a0ca3c59a..ecf4c97ce554a972cf40aa07496fc629aa9ead00 100644 (file)
 #include <intprops.h>
 #include <xstrtol.h>
 
-#ifndef SIZE_MAX
-# define SIZE_MAX ((size_t) -1)
-#endif
-#ifndef UINTMAX_MAX
-# define UINTMAX_MAX ((uintmax_t) -1)
-#endif
-
 /* The maximum length of a suffix like "KiB".  */
 #define HUMAN_READABLE_SUFFIX_LENGTH_MAX 3