]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bezier.cc
Build: Version dependency for python preamble (issue 1726).
[lilypond.git] / lily / bezier.cc
index a68c03907d047eaa49db73aa8f051e8ea22b586e..56e14943f8d75c235c4af6abc589c5c129b19bb9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1998--2012 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -21,7 +21,8 @@
 #include "warn.hh"
 #include "libc-extension.hh"
 
-Real binomial_coefficient_3[] =
+Real binomial_coefficient_3[]
+=
 {
   1, 3, 3, 1
 };