OSDN Git Service

Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for...
authorElliott Hughes <enh@google.com>
Sat, 25 Jan 2014 00:37:04 +0000 (16:37 -0800)
committerElliott Hughes <enh@google.com>
Sat, 25 Jan 2014 00:38:07 +0000 (16:38 -0800)
commite2a292d278b94fec3d078b1f1b27c1f89942c276
tree92f56a8b0e38cd4576453bf8db9fdecd8c7fe077
parent513f83bb7f6961d60eb10d2ab14fb31fed190bce
Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64).

The various committees decided that everyone should get all these macros,
all the time.

Bug: 12708004
Change-Id: Ib56010dcba9b0656e5701546fefb7f78dc0bf916
libc/include/inttypes.h
libc/include/stdint.h
tests/inttypes_test.cpp