]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/global-ctor.hh
2003 -> 2004
[lilypond.git] / lily / include / global-ctor.hh
index 53d25a44776d06513bceff60a0a8a79ff6674c90..de31fc8dc9586ac5406d494caedfff47391bf668 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -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 ) ();