Skip to content

Commit

Permalink
[NIDebuggingTools]
Browse files Browse the repository at this point in the history
Untangle linkage specification from other macros.
  • Loading branch information
stephanemoore committed Sep 23, 2013
1 parent be7470e commit 39da88d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/core/src/NIDebuggingTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ extern "C" {
#endif

int NIIsInDebugger(void);

#if defined __cplusplus
}
#endif

#if TARGET_IPHONE_SIMULATOR
// We leave the __asm__ in this macro so that when a break occurs, we don't have to step out of
// a "breakInDebugger" function.
Expand Down Expand Up @@ -186,10 +191,6 @@ xx, ##__VA_ARGS__)
*/
#define NIDINFO(xx, ...) NIDCONDITIONLOG((NILOGLEVEL_INFO <= NIMaxLogLevel), xx, ##__VA_ARGS__)

#if defined __cplusplus
};
#endif

///////////////////////////////////////////////////////////////////////////////////////////////////
/**@}*/// End of Debugging Tools //////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////

0 comments on commit 39da88d

Please sign in to comment.