]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/locale-private.h
(no commit message)
[imagemagick] / MagickCore / locale-private.h
index 573d0678161b79566f663a8f1e2590aba7d5d890..61981ba8dd20cc4b0977672e78ff9f0d834baba8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -30,9 +30,9 @@ extern MagickPrivate void
 
 extern MagickPrivate ssize_t
   FormatLocaleFileList(FILE *,const char *restrict,va_list)
-    magick_attribute((format (printf,2,0))),
+    magick_attribute((__format__ (__printf__,2,0))),
   FormatLocaleStringList(char *restrict,const size_t,const char *restrict,
-    va_list) magick_attribute((format (printf,3,0)));
+    va_list) magick_attribute((__format__ (__printf__,3,0)));
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }