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