Skip to content
Commit 67465bca authored by Dom Sekotill's avatar Dom Sekotill
Browse files

reduced complexity of using _print_ns

So that `_print_ns(...);` does not have to be wrapped in `#ifdef`
statements it is now defined as an empty macro when the `DEBUG` macro is
not defined; equivalent to:

```
 #ifndef DEBUG
 #define _print_ns(X)
 #endif
```
parent 92261f1b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment