From: Bruno Haible Date: Mon, 23 May 2005 10:21:48 +0000 (+0000) Subject: Rename HAVE_SYSTEM_INTTYPES macro. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=226ad4adae637c64d0978fec996b599acdf8a773;p=pspp Rename HAVE_SYSTEM_INTTYPES macro. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 4e7b22a714..845e5e3386 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-05-22 Bruno Haible + + * stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from + HAVE_SYSTEM_INTTYPES. + 2005-05-22 Paul Eggert * fts.c (fd_safer) [_LGPL_PACKAGE]: New static function, diff --git a/lib/stdint_.h b/lib/stdint_.h index 75afd20e59..d9c4a0f794 100644 --- a/lib/stdint_.h +++ b/lib/stdint_.h @@ -38,7 +38,7 @@ /* Solaris 7 has the types except the *_fast*_t types, and the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. But note that contains only the type definitions! */ -# define HAVE_SYSTEM_INTTYPES +# define _STDINT_H_HAVE_SYSTEM_INTTYPES #endif #if (defined(__hpux) || defined(_AIX)) && HAVE_INTTYPES_H # include @@ -46,13 +46,13 @@ UINT_FAST8_MAX, PTRDIFF_MIN, PTRDIFF_MAX. */ /* AIX 4 has nearly everything, except INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, PTRDIFF_MIN, PTRDIFF_MAX. */ -# define HAVE_SYSTEM_INTTYPES +# define _STDINT_H_HAVE_SYSTEM_INTTYPES #endif #if !(defined(UNIX_CYGWIN32) && defined(__BIT_TYPES_DEFINED__)) # define NEED_SIGNED_INT_TYPES #endif -#if !defined(HAVE_SYSTEM_INTTYPES) +#if !defined(_STDINT_H_HAVE_SYSTEM_INTTYPES) /* 7.18.1.1. Exact-width integer types */ @@ -275,6 +275,6 @@ typedef uint32_t uintmax_t; #endif -#endif /* !HAVE_SYSTEM_INTTYPES */ +#endif /* !_STDINT_H_HAVE_SYSTEM_INTTYPES */ #endif /* _STDINT_H */