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

Unified Diff: test/defines/defines.c

Issue 10332236: make: Support '#' characters in defines. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 7 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 | « pylib/gyp/generator/make.py ('k') | test/defines/defines.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/defines/defines.c
===================================================================
--- test/defines/defines.c (revision 1385)
+++ test/defines/defines.c (working copy)
@@ -14,5 +14,8 @@
#ifdef PAREN_VALUE
printf("2*PAREN_VALUE is %d\n", 2*PAREN_VALUE);
#endif
+
+ printf("HASH_VALUE is %s\n", HASH_VALUE);
+
return 0;
}
« no previous file with comments | « pylib/gyp/generator/make.py ('k') | test/defines/defines.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698