Smake: Add `check' target for convenience. Add --tests-base=tests to
[pspp] / src / format.c
index 217aa523d24ee5f082d77f7355314a4911b13b30..a37f71e814082bc6fadc02df4ce778f724baf162 100644 (file)
@@ -28,6 +28,9 @@
 #include "str.h"
 #include "var.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 #define DEFFMT(LABEL, NAME, N_ARGS, IMIN_W, IMAX_W, OMIN_W, OMAX_W, CAT, \
               OUTPUT, SPSS_FMT) \
        {NAME, N_ARGS, IMIN_W, IMAX_W, OMIN_W, OMAX_W, CAT, OUTPUT, SPSS_FMT},