pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/sfm-write.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/sfm-write.c
Date: Sun, 31 Jul 2005 17:43:18 -0400

Index: pspp/src/sfm-write.c
diff -u pspp/src/sfm-write.c:1.17 pspp/src/sfm-write.c:1.18
--- pspp/src/sfm-write.c:1.17   Mon May 16 07:33:17 2005
+++ pspp/src/sfm-write.c        Sun Jul 31 21:42:46 2005
@@ -33,7 +33,7 @@
 #include "dictionary.h"
 #include "error.h"
 #include "file-handle.h"
-#include "getline.h"
+#include "getl.h"
 #include "hash.h"
 #include "magic.h"
 #include "misc.h"
@@ -41,6 +41,9 @@
 #include "value-labels.h"
 #include "var.h"
 #include "version.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 #include "debug-print.h"
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]