patch-src_common_util_h 527 B

123456789101112
  1. $Id$
  2. --- tor-0.1.1.26.orig/src/common/util.h 2006-09-24 19:47:57.000000000 +0200
  3. +++ tor-0.1.1.26/src/common/util.h 2007-02-17 23:09:46.000000000 +0100
  4. @@ -36,7 +36,7 @@
  5. * And I'm not just saying that because some of our asserts check
  6. * security-critical properties.
  7. */
  8. -#error "Sorry; we don't support building with NDEBUG."
  9. +#define tor_assert(expr) ((void)(0))
  10. #else
  11. #define tor_assert(expr) do { \
  12. if (!(expr)) { \