X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbreak-substitution.cc;h=e4d6a9a853d2a29a67d5d2934bb7a8834c8c3598;hb=9d5b78dfc79e820d6aafdc9f403741fddcf44653;hp=4885c6ed7255607900aa70de689cb84b65c360c1;hpb=9e69cb84d6ee5b0a861cd97869b10e3bdf0c833c;p=lilypond.git diff --git a/lily/break-substitution.cc b/lily/break-substitution.cc index 4885c6ed72..e4d6a9a853 100644 --- a/lily/break-substitution.cc +++ b/lily/break-substitution.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2006 Han-Wen Nienhuys + (c) 2001--2009 Han-Wen Nienhuys */ #include @@ -263,6 +263,8 @@ grob_system_range (Grob *g) struct Substitution_entry { Grob *grob_; + + /* Assumption: we have less than 32k paper columns. */ short left_; short right_;