X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fglobal-ctor.hh;h=de31fc8dc9586ac5406d494caedfff47391bf668;hb=f4ff2e488239d66830ac8b3ae5771358a917b58f;hp=53d25a44776d06513bceff60a0a8a79ff6674c90;hpb=622b379cd71af8dde94f68135a489b2536309e6f;p=lilypond.git diff --git a/lily/include/global-ctor.hh b/lily/include/global-ctor.hh index 53d25a4477..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 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 ) ();