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