pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/output afm.c ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/output afm.c ChangeLog
Date: Thu, 08 Feb 2007 05:39:18 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/02/08 05:39:18

Modified files:
        src/output     : afm.c ChangeLog 

Log message:
        Add #include <limits.h>.  Thanks to John McCabe-Dansted
        <address@hidden> for pointing out the need.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/afm.c?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/ChangeLog?cvsroot=pspp&r1=1.16&r2=1.17

Patches:
Index: afm.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/afm.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- afm.c       15 Dec 2006 00:16:03 -0000      1.5
+++ afm.c       8 Feb 2007 05:39:18 -0000       1.6
@@ -22,6 +22,7 @@
 #include "c-strtod.h"
 #include <ctype.h>
 #include <errno.h>
+#include <limits.h>
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stdint.h>

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- ChangeLog   8 Oct 2006 01:49:15 -0000       1.16
+++ ChangeLog   8 Feb 2007 05:39:18 -0000       1.17
@@ -1,3 +1,8 @@
+Wed Feb  7 21:38:12 2007  Ben Pfaff  <address@hidden>
+
+       * afm.c: Add #include <limits.h>.  Thanks to John McCabe-Dansted
+       <address@hidden> for pointing out the need.
+
 Sun Oct  8 07:09:34 WST 2006 John Darrington <address@hidden>
 
        * table.c (tab_destroy): Freed title, since this is not allocated




reply via email to

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