Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1128)

Unified Diff: src/IceDefs.h

Issue 872933002: Subzero: Second attempt at fixing MacOS 10.6 build. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Reformat to 80-columns Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceCfg.cpp ('k') | src/IceGlobalContext.h » ('j') | src/IceTLS.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 66a500fe950f46a312caa41b1a8d84b4fe2dad36..bae9c2cecd5c216a7fcf7ca4f621478b64a9e6dd 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -47,6 +47,8 @@
#define ICE_ATTRIBUTE_TLS __thread
#endif // !_MSC_VER
JF 2015/01/24 05:42:47 ICE_ATTRIBUTE_TLS is sad about being left out of I
Jim Stichnoth 2015/01/24 16:55:33 Whoops. I meant to remove ICE_ATTRIBUTE_TLS entir
+#include "IceTLS.h"
+
namespace Ice {
class Assembler;
« no previous file with comments | « src/IceCfg.cpp ('k') | src/IceGlobalContext.h » ('j') | src/IceTLS.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698