diff options
Diffstat (limited to 'src/timezone/private.h')
-rw-r--r-- | src/timezone/private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/timezone/private.h b/src/timezone/private.h index c141fb61314..e65cd1bb4ec 100644 --- a/src/timezone/private.h +++ b/src/timezone/private.h @@ -48,10 +48,6 @@ /* Unlike <ctype.h>'s isdigit, this also works if c < 0 | c > UCHAR_MAX. */ #define is_digit(c) ((unsigned)(c) - '0' <= 9) -#ifndef SIZE_MAX -#define SIZE_MAX ((size_t) -1) -#endif - /* * SunOS 4.1.1 libraries lack remove. */ |