[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] pspp/src/libpspp ChangeLog bt.c
From: |
Ben Pfaff |
Subject: |
[Pspp-cvs] pspp/src/libpspp ChangeLog bt.c |
Date: |
Sun, 01 Apr 2007 16:32:20 +0000 |
CVSROOT: /cvsroot/pspp
Module name: pspp
Changes by: Ben Pfaff <blp> 07/04/01 16:32:19
Modified files:
src/libpspp : ChangeLog bt.c
Log message:
Need #include <limits.h>. Thanks to "John McCabe-Dansted"
<address@hidden> for pointing this out.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/ChangeLog?cvsroot=pspp&r1=1.59&r2=1.60
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/bt.c?cvsroot=pspp&r1=1.2&r2=1.3
Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- ChangeLog 31 Mar 2007 17:24:02 -0000 1.59
+++ ChangeLog 1 Apr 2007 16:32:19 -0000 1.60
@@ -1,3 +1,8 @@
+2007-04-01 Ben Pfaff <address@hidden>
+
+ * bt.c: Need #include <limits.h>. Thanks to "John McCabe-Dansted"
+ <address@hidden> for pointing this out.
+
2007-03-31 Ben Pfaff <address@hidden>
Patch #5827.
Index: bt.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/bt.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- bt.c 31 Mar 2007 17:24:02 -0000 1.2
+++ bt.c 1 Apr 2007 16:32:19 -0000 1.3
@@ -65,6 +65,7 @@
#include <libpspp/bt.h>
+#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-cvs] pspp/src/libpspp ChangeLog bt.c,
Ben Pfaff <=