(macro FMT_MAX_NUMERIC_WIDTH): New macro.
authorBen Pfaff <blp@gnu.org>
Tue, 19 Feb 2008 06:37:57 +0000 (06:37 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 19 Feb 2008 06:37:57 +0000 (06:37 +0000)
src/data/ChangeLog
src/data/format.h

index 4d8c7933937c889a9c6672697f96460c1f14834b..4f67dceb831c50eea1fcfe2219533bbbc5c94f46 100644 (file)
@@ -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  <blp@gnu.org>
 
        Add a couple of extensions to GET DATA TYPE=TXT.  Patch #6412.
index 3615612898ab2853d219d53269c85edc1db417e9..0bb8a60be00c9bad0ee9dedb2f7ee3de66029317 100644 (file)
@@ -69,6 +69,8 @@ struct fmt_spec
     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