]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.2
authorfred <fred>
Fri, 11 Oct 1996 22:52:37 +0000 (22:52 +0000)
committerfred <fred>
Fri, 11 Oct 1996 22:52:37 +0000 (22:52 +0000)
flower/link.inl

index e76caab4f171f51dfd3c7a729c69f41e818d63b3..3926d6bc2ae3db95737315ee414e283d7fd6c9c9 100644 (file)
@@ -7,12 +7,14 @@ inline
 void
 Link<T>::OK() const
 {
+#ifndef NDEBUG
     if (previous_) {
        assert(previous_->next_ == this);
     }
     if (next_) {
        assert(next_->previous_ == this);
     }
+#endif    
 }
 
 template<class T>