/[emacs]/emacs/src/data.c
ViewVC logotype

Diff of /emacs/src/data.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.224.4.7 by miles, Fri Oct 22 10:13:36 2004 UTC revision 1.224.4.8 by miles, Wed Oct 27 06:03:07 2004 UTC
# Line 2060  bool-vector.  IDX starts at 0.  */) Line 2060  bool-vector.  IDX starts at 0.  */)
2060            p1 = SDATA (array) + idxval_byte;            p1 = SDATA (array) + idxval_byte;
2061            bcopy (str + idxval_byte + prev_bytes, p1 + new_bytes,            bcopy (str + idxval_byte + prev_bytes, p1 + new_bytes,
2062                   nbytes - (idxval_byte + prev_bytes));                   nbytes - (idxval_byte + prev_bytes));
2063            SAFE_FREE (nbytes);            SAFE_FREE ();
2064            clear_string_char_byte_cache ();            clear_string_char_byte_cache ();
2065          }          }
2066        while (new_bytes--)        while (new_bytes--)
# Line 2102  bool-vector.  IDX starts at 0.  */) Line 2102  bool-vector.  IDX starts at 0.  */)
2102              *p1++ = *p0++;              *p1++ = *p0++;
2103            bcopy (str + idxval_byte + prev_bytes, p1,            bcopy (str + idxval_byte + prev_bytes, p1,
2104                   nbytes - (idxval_byte + prev_bytes));                   nbytes - (idxval_byte + prev_bytes));
2105            SAFE_FREE (nbytes);            SAFE_FREE ();
2106            clear_string_char_byte_cache ();            clear_string_char_byte_cache ();
2107          }          }
2108      }      }

Legend:
Removed from v.1.224.4.7  
changed lines
  Added in v.1.224.4.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26