]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
Run `make grand-replace'.
[lilypond.git] / flower / include / libc-extension.hh
index abf5a549d1a68bf5888834da3277122adb4e6495..51e5b20373131a3373509218081e0a9c1e40627b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the flowerlib
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef LIBC_EXTENSION_HH
@@ -37,6 +37,7 @@ double my_round (double);
   
 #if ! HAVE_SNPRINTF            /* GNU extension. */
 int snprintf (char *str, size_t n, char const *format, ...);
+ __attribute__ ((format (printf, 3, 4)));
 #endif
 
 #if ! HAVE_VSNPRINTF           /* GNU extension. */