Clean up pref.h.orig and deal with the consequences.
[pspp] / src / data-in.c
index aac47680ff6731e791b807af483a3577eff9ab7e..586e74f37353e86f5821dce769275f07ca342340 100644 (file)
@@ -42,7 +42,7 @@
 /* Specialized error routine. */
 
 static void dls_error (const struct data_in *, const char *format, ...)
-     __attribute__ ((format (printf, 2, 3)));
+     PRINTF_FORMAT (2, 3);
 
 static void
 dls_error (const struct data_in *i, const char *format, ...)