| Index: runtime/platform/globals.h
|
| diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h
|
| index 88552e0aad69a57d9c3d9db9895d4fa919463e9d..415e6c35a3cef82c5d92a3458bbecc64ee11b6dd 100644
|
| --- a/runtime/platform/globals.h
|
| +++ b/runtime/platform/globals.h
|
| @@ -5,8 +5,7 @@
|
| #ifndef PLATFORM_GLOBALS_H_
|
| #define PLATFORM_GLOBALS_H_
|
|
|
| -// __STDC_FORMAT_MACROS has to be defined before including <inttypes.h> to
|
| -// enable platform independent printf format specifiers.
|
| +// __STDC_FORMAT_MACROS has to be defined to enable platform independent printf.
|
| #ifndef __STDC_FORMAT_MACROS
|
| #define __STDC_FORMAT_MACROS
|
| #endif
|
|
|