Change explicit variable name checks into use of dict_class_from_id().
[pspp] / src / str.h
index dedcc10daacdf063499dea1389bb076ca4b9bdec..719b503b8e66d8fc69fc665a94aed4cdcf11ca6e 100644 (file)
--- a/src/str.h
+++ b/src/str.h
@@ -181,7 +181,7 @@ void ds_putchar (struct string *, int ch);
 void ds_concat (struct string *, const char *);
 void ds_concat_buffer (struct string *, const char *buf, size_t len);
 void ds_printf (struct string *, const char *, ...)
-     __attribute__ ((format (printf, 2, 3)));
+     PRINTF_FORMAT (2, 3);
 
 #if __GNUC__ > 1
 extern inline void