X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata-in.c;h=586e74f37353e86f5821dce769275f07ca342340;hb=7b98b3a4f58f6dc5a8e9cbc188b627966d5e652d;hp=9259a274b56aac88adbafc70ee3b62d1088d925b;hpb=b18e1b9c95a478d434e9fcef9d8579d0b96b9a8d;p=pspp diff --git a/src/data-in.c b/src/data-in.c index 9259a274b5..586e74f373 100644 --- a/src/data-in.c +++ b/src/data-in.c @@ -18,6 +18,7 @@ 02111-1307, USA. */ #include +#include "data-in.h" #include #include #include @@ -25,7 +26,6 @@ #include #include #include -#include "data-in.h" #include "error.h" #include "getline.h" #include "julcal/julcal.h" @@ -36,15 +36,13 @@ #include "str.h" #include "var.h" -#undef DEBUGGING -/*#define DEBUGGING 1 */ #include "debug-print.h" /* 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, ...) @@ -383,9 +381,10 @@ parse_Z (struct data_in *i) if (!warned) { - msg (MW, _("Quality of zoned decimal (Z) input format code is " - "suspect. Check your results three times, report bugs " - "to author.")); + msg (MW, + _("Quality of zoned decimal (Z) input format code is " + "suspect. Check your results three times. Report bugs " + "to %s."),PACKAGE_BUGREPORT); warned = 1; } }