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
This commit is contained in:
Elliott Hughes
2014-01-24 16:37:04 -08:00
parent 513f83bb7f
commit e2a292d278
3 changed files with 125 additions and 206 deletions

View File

@@ -16,8 +16,6 @@
#include <gtest/gtest.h>
#define __STDC_FORMAT_MACROS // Otherwise not available in C++.
#include <stdio.h>
#include <inttypes.h>