pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/data ChangeLog format.h


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data ChangeLog format.h
Date: Tue, 19 Feb 2008 06:37:57 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 08/02/19 06:37:57

Modified files:
        src/data       : ChangeLog format.h 

Log message:
        (macro FMT_MAX_NUMERIC_WIDTH): New macro.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/ChangeLog?cvsroot=pspp&r1=1.186&r2=1.187
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/format.h?cvsroot=pspp&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -b -r1.186 -r1.187
--- ChangeLog   19 Feb 2008 06:32:18 -0000      1.186
+++ ChangeLog   19 Feb 2008 06:37:57 -0000      1.187
@@ -9,6 +9,8 @@
        (max_decimals): Renamed fmt_max_decimals and made public.  Updated
        all references.
 
+       * format.h (macro FMT_MAX_NUMERIC_WIDTH): New macro.
+
 2008-02-09  Ben Pfaff  <address@hidden>
 
        Add a couple of extensions to GET DATA TYPE=TXT.  Patch #6412.

Index: format.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/format.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- format.h    19 Feb 2008 06:32:18 -0000      1.19
+++ format.h    19 Feb 2008 06:37:57 -0000      1.20
@@ -69,6 +69,8 @@
     int d;                     /* Number of implied decimal places. */
   };
 
+/* Maximum width of any numeric format. */
+#define FMT_MAX_NUMERIC_WIDTH 40
 
 /* A numeric output style. */
 struct fmt_number_style




reply via email to

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