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

Unified Diff: src/IceDefs.h

Issue 2306273002: Subzero: Fix target attribute when SZTARGET is defined. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Use string concatenation. Created 4 years, 3 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/IceCompileServer.cpp ('k') | src/IceRevision.cpp » ('j') | no next file with comments »
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 b8f129ac5f0db97171dde50cd64ad09b1d598023..75a69d5f51461bbd7ee9ddac5d04097e14773e9f 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -47,6 +47,9 @@
#include <utility>
#include <vector>
+#define XSTRINGIFY(x) STRINGIFY(x)
+#define STRINGIFY(x) #x
+
namespace Ice {
class Assembler;
« no previous file with comments | « src/IceCompileServer.cpp ('k') | src/IceRevision.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698