From: fred Date: Fri, 10 Jan 1997 09:55:52 +0000 (+0000) Subject: flower-1.0.20 X-Git-Tag: release/1.5.59~6415 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=22c1b47dcf84a719e471d41a79cabcc6b3215429;p=lilypond.git flower-1.0.20 --- diff --git a/flower/smat.cc b/flower/smat.cc index c2177d4c99..9c3b8e2a97 100644 --- a/flower/smat.cc +++ b/flower/smat.cc @@ -14,7 +14,7 @@ Full_storage::operator=(Full_storage const &fs) void Full_storage::OK() const { - #ifndef NDEBUG +#ifndef NDEBUG // static Real dummy; assert(maxh >= h && maxw >= w); assert(h >= 0 && w >= 0); @@ -29,7 +29,7 @@ Full_storage::OK() const } #endif } - #endif +#endif } void Full_storage::resize_cols(int newh)