Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Undo latest Fish Fest excess.
  • Loading branch information
jphartmann committed Sep 3, 2016
1 parent da69c73 commit 93662b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbgtrace.h
Expand Up @@ -59,8 +59,8 @@

#if !_ENABLE_TRACING_STMTS_IMPL
#define VERIFY(a) ((void)(a))
#define ASSERT __noop
#define TRACE __noop
#define ASSERT(a)
#define TRACE(...)
#else /* _ENABLE_TRACING_STMTS_IMPL */
#if defined( _MSVC_ )
#define TRACE(...) do { \
Expand Down

0 comments on commit 93662b6

Please sign in to comment.