[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] Changes to pspp/src/main.c
From: |
John Darrington |
Subject: |
[Pspp-cvs] Changes to pspp/src/main.c |
Date: |
Wed, 26 Oct 2005 04:55:32 -0400 |
Index: pspp/src/main.c
diff -u pspp/src/main.c:1.17 pspp/src/main.c:1.18
--- pspp/src/main.c:1.17 Fri Apr 29 01:02:15 2005
+++ pspp/src/main.c Sun Jul 31 21:42:46 2005
@@ -25,13 +25,16 @@
#include "command.h"
#include "dictionary.h"
#include "error.h"
-#include "getline.h"
+#include "getl.h"
#include "glob.h"
#include "lexer.h"
#include "output.h"
#include "settings.h"
#include "var.h"
#include <signal.h>
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
#include <stdlib.h>
- [Pspp-cvs] Changes to pspp/src/main.c,
John Darrington <=