summaryrefslogtreecommitdiff
path: root/src/nonstd/ASSERT_NOOVERLAP.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nonstd/ASSERT_NOOVERLAP.c')
-rw-r--r--src/nonstd/ASSERT_NOOVERLAP.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nonstd/ASSERT_NOOVERLAP.c b/src/nonstd/ASSERT_NOOVERLAP.c
index 5157c6d3..7173752d 100644
--- a/src/nonstd/ASSERT_NOOVERLAP.c
+++ b/src/nonstd/ASSERT_NOOVERLAP.c
@@ -1,9 +1,9 @@
#include <nonstd/assert.h>
#ifndef NDEBUG
-#define ASSERT_NOOVERLAP(x, y, s) do { \
+#define ASSERT_NOOVERLAP(__x, __y, __s) do { \
/* TODO */ \
} while (0)
#else
-#define ASSERT_NOOVERLAP(x, y, s)
+#define ASSERT_NOOVERLAP(__x, __y, __s)
#endif