pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/data-in.c
diff -u pspp/src/data-in.c:1.21 pspp/src/data-in.c:1.22
--- pspp/src/data-in.c:1.21     Sun Jul 31 05:42:55 2005
+++ pspp/src/data-in.c  Sun Jul 31 21:42:46 2005
@@ -26,9 +26,9 @@
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "bool.h"
+#include <stdbool.h>
 #include "error.h"
-#include "getline.h"
+#include "getl.h"
 #include "calendar.h"
 #include "lexer.h"
 #include "magic.h"
@@ -36,9 +36,11 @@
 #include "settings.h"
 #include "str.h"
 #include "var.h"
-
-#include "debug-print.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
+#include "debug-print.h"
 
 /* Specialized error routine. */
 




reply via email to

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