1
0
Fork 0

More streamlining of RB Tree header.

This commit is contained in:
wael 2022-02-16 17:07:29 +02:00
parent c5ff983bc2
commit b61eb5a701
No known key found for this signature in database
GPG Key ID: C0A5FBF4558963D4
1 changed files with 2 additions and 0 deletions

View File

@ -23,7 +23,9 @@
#include <errno.h>
/* Include assert.h to allow code generation, but only run with debug flag. */
#ifndef DEBUG
#ifndef NDEBUG
#define NDEBUG
#endif /* NDEBUG. */
#endif /* DEBUG. */
#include <assert.h>