pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/hash.c
diff -u pspp/src/hash.c:1.14 pspp/src/hash.c:1.15
--- pspp/src/hash.c:1.14        Mon Jul  4 04:44:34 2005
+++ pspp/src/hash.c     Sun Jul 31 21:42:46 2005
@@ -26,9 +26,12 @@
 #include <stdlib.h>
 #include "algorithm.h"
 #include "alloc.h"
-#include "bool.h"
+#include <stdbool.h>
 #include "misc.h"
 #include "str.h"
+
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
 
 /* Note for constructing hash functions:
 




reply via email to

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