Skip to content

Commit

Permalink
Update wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Mar 8, 2019
1 parent 7880235 commit 0d41418
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 162 deletions.
2 changes: 1 addition & 1 deletion src/cpp/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#endif

#ifdef NDEBUG
#define BREAKPOINT
#define BREAKPOINT __pragma(message("BREAKPOINT found in file '" __FILE__ "' at line " STR(__LINE__)) " but not used");
#else
#include <csignal>
#define BREAKPOINT std::raise(SIGINT);
Expand Down
Loading

0 comments on commit 0d41418

Please sign in to comment.