* src/c99-to-c89.diff: Adjust seq.c offsets.
authorJim Meyering <meyering@redhat.com>
Wed, 21 Nov 2007 17:41:06 +0000 (18:41 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 21 Nov 2007 17:41:06 +0000 (18:41 +0100)
ChangeLog
src/c99-to-c89.diff

index 289277a775b362ffc9a349288c53b0f7d8d53162..de028c77f56a411f53edac63ff8c49ca3277f4cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 92fb677c621944528ed62d164c4c2c744e0bcbe7..c22c6e5e09512a1c43cb5d682a401eb5e50bc3b5 100644 (file)
@@ -108,7 +108,7 @@ diff -upr src/seq.c src/seq.c
      }
 
    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 '.' */
@@ -116,7 +116,7 @@ diff -upr src/seq.c src/seq.c
          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;
            }