pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/pfm-read.c
diff -u pspp/src/pfm-read.c:1.25 pspp/src/pfm-read.c:1.26
--- pspp/src/pfm-read.c:1.25    Sun Jul 31 05:55:00 2005
+++ pspp/src/pfm-read.c Sun Jul 31 21:42:46 2005
@@ -30,12 +30,12 @@
 #include <math.h>
 #include <setjmp.h>
 #include "alloc.h"
-#include "bool.h"
+#include <stdbool.h>
 #include "case.h"
 #include "dictionary.h"
 #include "file-handle.h"
 #include "format.h"
-#include "getline.h"
+#include "getl.h"
 #include "hash.h"
 #include "magic.h"
 #include "misc.h"
@@ -43,6 +43,9 @@
 #include "str.h"
 #include "value-labels.h"
 #include "var.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 #include "debug-print.h"
 




reply via email to

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