summaryrefslogtreecommitdiff
path: root/src/lib/intmath/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/intmath/logic.h')
-rw-r--r--src/lib/intmath/logic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/intmath/logic.h b/src/lib/intmath/logic.h
index a4cecd69cc..b2f77462e1 100644
--- a/src/lib/intmath/logic.h
+++ b/src/lib/intmath/logic.h
@@ -17,4 +17,4 @@
/** Macro: true if two values have different boolean values. */
#define bool_neq(a,b) (!(a)!=!(b))
-#endif
+#endif /* !defined(HAVE_TOR_LOGIC_H) */