Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index fbb648f5b1ac34a500d84e8fdb302fb3097e57a9..ae10b72de7e0e888133453146c0c44e88ab95a94 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -103,6 +103,10 @@ typedef byte* Address; |
| #define V8PRIxPTR "lx" |
| #endif |
| +#if defined(__APPLE__) && defined(__MACH__) |
| +#define USING_MAC_ABI |
| +#endif |
| + |
| // Code-point values in Unicode 4.0 are 21 bits wide. |
| typedef uint16_t uc16; |
| typedef int32_t uc32; |