pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/calendar.c
diff -u pspp/src/calendar.c:1.1 pspp/src/calendar.c:1.2
--- pspp/src/calendar.c:1.1     Tue Mar  1 08:16:15 2005
+++ pspp/src/calendar.c Sun Jul 31 21:42:46 2005
@@ -1,9 +1,12 @@
 #include <config.h>
 #include "calendar.h"
 #include <assert.h>
-#include "bool.h"
+#include <stdbool.h>
 #include "settings.h"
 #include "val.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 /* 14 Oct 1582. */
 #define EPOCH (-577734)




reply via email to

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