From c67ac24aaf501eeb1791b865d0b80b5e043f5527 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 11 Oct 1996 22:52:37 +0000 Subject: [PATCH] flower-1.0.2 --- flower/link.inl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flower/link.inl b/flower/link.inl index e76caab4f1..3926d6bc2a 100644 --- a/flower/link.inl +++ b/flower/link.inl @@ -7,12 +7,14 @@ inline void Link::OK() const { +#ifndef NDEBUG if (previous_) { assert(previous_->next_ == this); } if (next_) { assert(next_->previous_ == this); } +#endif } template -- 2.39.5