]> git.ipfire.org Git - thirdparty/gcc.git/commit
* defaults.h (UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE)
authorFrancois-Xavier Coudert <fxcoudert@gmail.com>
Tue, 19 May 2009 18:12:57 +0000 (18:12 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 19 May 2009 18:12:57 +0000 (18:12 +0000)
commit1ffc7157ef3f33a65c7acbf23b204030b21d82fe
treea850f5f98bcf4faa69b0caf00fcc4ae7d0a2e686
parente9351712b574f05b9621e92abd62fc386a643b8e
* defaults.h (UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE)
(WCHAR_TYPE, MODIFIED_WCHAR_TYPE, PTRDIFF_TYPE, WINT_TYPE)
(INTMAX_TYPE, UINTMAX_TYPE, SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE)
(INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE)
(UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE)
(INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE)
(UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE)
(INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE)
(UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE)
(SIZE_TYPE, PID_TYPE, CHAR16_TYPE, CHAR32_TYPE): Move defaults here...
* c-common.c: ...from here.

Co-Authored-By: Hans-Peter Nilsson <hp@axis.com>
From-SVN: r147712
gcc/ChangeLog
gcc/c-common.c
gcc/defaults.h