X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdint.h;h=3516b96384637634a80c0e28869a59e0a112ac67;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=a5dfc5cdc17672999e683058720010cb1e2db687;hpb=f8dfae46eb161173a4460a98075669e810c8bb7b;p=pdclib diff --git a/includes/stdint.h b/includes/stdint.h index a5dfc5c..3516b96 100644 --- a/includes/stdint.h +++ b/includes/stdint.h @@ -1,5 +1,3 @@ -/* $Id$ */ - /* 7.18 Integer types This file is part of the Public Domain C Library (PDCLib). @@ -8,11 +6,7 @@ #ifndef _PDCLIB_STDINT_H #define _PDCLIB_STDINT_H _PDCLIB_STDINT_H - -#ifndef _PDCLIB_INT_H -#define _PDCLIB_INT_H _PDCLIB_INT_H #include <_PDCLIB_int.h> -#endif /* 7.18.1.1 Exact-width integer types. */ @@ -157,8 +151,11 @@ typedef _PDCLIB_uintmax_t uintmax_t; #define SIZE_MAX _PDCLIB_SIZE_MAX +#ifndef _PDCLIB_WCHAR_MIN_MAX_DEFINED +#define _PDCLIB_WCHAR_MIN_MAX_DEFINED #define WCHAR_MIN _PDCLIB_WCHAR_MIN #define WCHAR_MAX _PDCLIB_WCHAR_MAX +#endif #define WINT_MIN _PDCLIB_WINT_MIN #define WINT_MAX _PDCLIB_WINT_MAX