pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/postscript.c
diff -u pspp/src/postscript.c:1.20 pspp/src/postscript.c:1.21
--- pspp/src/postscript.c:1.20  Sun Jul 31 05:57:09 2005
+++ pspp/src/postscript.c       Sun Jul 31 21:42:46 2005
@@ -27,27 +27,18 @@
 #include <errno.h>
 #include <limits.h>
 #include <stdlib.h>
+#include <time.h>
 
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 
-#if TIME_WITH_SYS_TIME
-#include <sys/time.h>
-#include <time.h>
-#else
-#if HAVE_SYS_TIME_H
-#include <sys/time.h>
-#else
-#include <time.h>
-#endif
-#endif
-
 #include "alloc.h"
 #include "bitvector.h"
 #include "error.h"
 #include "filename.h"
 #include "font.h"
+#include "getl.h"
 #include "getline.h"
 #include "hash.h"
 #include "main.h"
@@ -56,6 +47,9 @@
 #include "output.h"
 #include "som.h"
 #include "version.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 /* FIXMEs:
 




reply via email to

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