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

Unified Diff: src/shared/utils/debugging.h

Issue 6883091: Start unit testing for functions in nc_inst_state.c (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 8 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 | « no previous file | src/trusted/service_runtime/build.scons » ('j') | src/trusted/validator_x86/nc_inst_state.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/utils/debugging.h
===================================================================
--- src/shared/utils/debugging.h (revision 4944)
+++ src/shared/utils/debugging.h (working copy)
@@ -23,4 +23,9 @@
#define DEBUG(s) do { if (0) { s; } } while (0)
#endif
+/* Turn off debugging if not otherwise specified in the specific code file. */
+#ifndef DEBUGGING
+#define DEBUGGING 0
+#endif
+
#endif /* NATIVE_CLIENT_SRC_SHARED_UTILS_DEBUGGING_H__ */
« no previous file with comments | « no previous file | src/trusted/service_runtime/build.scons » ('j') | src/trusted/validator_x86/nc_inst_state.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698