]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/locale-private.h
Update web pages
[imagemagick] / MagickCore / locale-private.h
index 573d0678161b79566f663a8f1e2590aba7d5d890..659220d31478ba89d14747f0800b065f137006bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2015 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.
 extern "C" {
 #endif
 
+#if !defined(MagickLocaleExtent)
+# define MagickLocaleExtent  256
+#endif
+
 extern MagickPrivate MagickBooleanType
   LocaleComponentGenesis(void);
 
@@ -30,9 +34,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)
 }