pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/command.c
diff -u pspp/src/command.c:1.26 pspp/src/command.c:1.27
--- pspp/src/command.c:1.26     Sun Jul 31 05:39:50 2005
+++ pspp/src/command.c  Sun Jul 31 21:42:46 2005
@@ -28,7 +28,7 @@
 #include "dictionary.h"
 #include "error.h"
 #include "glob.h"
-#include "getline.h"
+#include "getl.h"
 #include "lexer.h"
 #include "main.h"
 #include "settings.h"
@@ -45,6 +45,10 @@
 #if HAVE_SYS_WAIT_H
 #include <sys/wait.h>
 #endif
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+#define N_(msgid) msgid
 
 /* Global variables. */
 




reply via email to

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