diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-01-14 21:36:52 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-01-14 21:36:52 +0000 |
commit | 79bff4350e751aaabeb8f28c2b9ca8d05649bb3d (patch) | |
tree | e63a092f55315544ab1c01c2df709ff75aa6791b /test/Preprocessor/init.c | |
parent | 8a3da0fb0a6fddc1cc0cc2f04c69f39c6b96b8de (diff) |
Forgot to commit these
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93458 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/init.c')
-rw-r--r-- | test/Preprocessor/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c index 5796b11e14..a1485b6501 100644 --- a/test/Preprocessor/init.c +++ b/test/Preprocessor/init.c @@ -420,7 +420,7 @@ // MSP430:#define __LDBL_MIN_10_EXP__ (-307) // MSP430:#define __LDBL_MIN_EXP__ (-1021) // MSP430:#define __LDBL_MIN__ 2.2250738585072014e-308 -// MSP430:#define __LONG_LONG_MAX__ 2147483647LL +// MSP430:#define __LONG_LONG_MAX__ 9223372036854775807LL // MSP430:#define __LONG_MAX__ 2147483647L // MSP430:#define __MSP430__ 1 // MSP430:#define __NO_INLINE__ 1 |