+2007-11-21 Jim Meyering <meyering@redhat.com>
+
+ * src/c99-to-c89.diff: Adjust seq.c offsets.
+
2007-11-18 Paul Eggert <eggert@cs.ucla.edu>
* src/seq.c (print_numbers): Rewrite in an attempt to avoid the
}
return ret;
-@@ -317,6 +319,7 @@ get_default_format (operand first, opera
+@@ -311,6 +313,7 @@ get_default_format (operand first, opera
size_t last_width = last.width + (prec - last.precision);
if (last.precision && prec == 0)
last_width--; /* don't include space for '.' */
size_t width = MAX (first_width, last_width);
if (width <= INT_MAX)
{
-@@ -324,6 +327,7 @@ get_default_format (operand first, opera
+@@ -318,6 +321,7 @@ get_default_format (operand first, opera
sprintf (format_buf, "%%0%d.%dLf", w, prec);
return format_buf;
}