pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/error.c
diff -u pspp/src/error.c:1.16 pspp/src/error.c:1.17
--- pspp/src/error.c:1.16       Sun Jun 12 21:58:10 2005
+++ pspp/src/error.c    Sun Jul 31 21:42:46 2005
@@ -25,7 +25,7 @@
 #include <stdlib.h>
 #include "alloc.h"
 #include "command.h"
-#include "getline.h"
+#include "getl.h"
 #include "glob.h"
 #include "lexer.h"
 #include "main.h"
@@ -34,6 +34,10 @@
 #include "str.h"
 #include "var.h"
 #include "version.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+#define N_(msgid) msgid
 
 int err_error_count;
 int err_warning_count;




reply via email to

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