X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fglobal-ctor.hh;h=de31fc8dc9586ac5406d494caedfff47391bf668;hb=f4ff2e488239d66830ac8b3ae5771358a917b58f;hp=a0cf2393497855afd58f15388d6f53d5a231cdfe;hpb=ad7defd5f5a3d0151a711555c2d680c56ef559c7;p=lilypond.git diff --git a/lily/include/global-ctor.hh b/lily/include/global-ctor.hh index a0cf239349..de31fc8dc9 100644 --- a/lily/include/global-ctor.hh +++ b/lily/include/global-ctor.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2000 Han-Wen Nienhuys + (c) 1999--2004 Han-Wen Nienhuys */ @@ -21,7 +21,7 @@ public: \ } _ ## y ## _ctor_init; \ -#define ADD_GLOBAL_CTOR(x) ADD_GLOBAL_CTOR_WITHNAME(x,x); +#define ADD_GLOBAL_CTOR(x) ADD_GLOBAL_CTOR_WITHNAME (x,x); typedef void (* Global_ctor ) ();