(macro FMT_MAX_NUMERIC_WIDTH): New macro.
[pspp-builds.git] / src / data / format.h
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