pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/mkfile.c
diff -u pspp/src/mkfile.c:1.2 pspp/src/mkfile.c:1.3
--- pspp/src/mkfile.c:1.2       Fri Apr 29 01:02:15 2005
+++ pspp/src/mkfile.c   Sun Jul 31 21:42:46 2005
@@ -23,10 +23,12 @@
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
-
 #include "mkfile.h"
 #include "error.h"
 #include "alloc.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 /* Creates a temporary file and stores its name in *FILENAME and
    a file descriptor for it in *FD.  Returns success.  Caller is




reply via email to

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