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

Unified Diff: src/IceRevision.cpp

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/IceDefs.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceRevision.cpp
diff --git a/src/IceRevision.cpp b/src/IceRevision.cpp
index b8233d04c0f251501b7c3f1c4c63827424d8ecd4..c7ee9aa7893aa11451bac7dfc409939249a76217 100644
--- a/src/IceRevision.cpp
+++ b/src/IceRevision.cpp
@@ -14,8 +14,7 @@
#include "IceRevision.h"
-#define XSTRINGIFY(x) STRINGIFY(x)
-#define STRINGIFY(x) #x
+#include "IceDefs.h" // XSTRINGIFY
#ifndef SUBZERO_REVISION
#define SUBZERO_REVISION unknown
« no previous file with comments | « src/IceDefs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698