Use __SIZE_TYPE__ as suggested by dgregor.

llvm-svn: 101857
This commit is contained in:
John McCall 2010-04-20 01:26:56 +00:00
parent 467e6c2deb
commit 21f8d1d643
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Various tests for -fno-exceptions
typedef __typeof(sizeof(int)) size_t;
typedef __SIZE_TYPE__ size_t;
namespace test0 {
// rdar://problem/7878149