From: fred Date: Fri, 11 Oct 1996 22:52:37 +0000 (+0000) Subject: flower-1.0.2 X-Git-Tag: release/1.5.59~7083 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c67ac24aaf501eeb1791b865d0b80b5e043f5527;p=lilypond.git flower-1.0.2 --- 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