/[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.210.2.15 by miles, Mon Oct 25 04:22:28 2004 UTC revision 1.210.2.16 by miles, Fri Oct 29 02:05:11 2004 UTC
# Line 2176  bool-vector.  IDX starts at 0.  */) Line 2176  bool-vector.  IDX starts at 0.  */)
2176            p1 = SDATA (array) + idxval_byte;            p1 = SDATA (array) + idxval_byte;
2177            bcopy (str + idxval_byte + prev_bytes, p1 + new_bytes,            bcopy (str + idxval_byte + prev_bytes, p1 + new_bytes,
2178                   nbytes - (idxval_byte + prev_bytes));                   nbytes - (idxval_byte + prev_bytes));
2179            SAFE_FREE (nbytes);            SAFE_FREE ();
2180            clear_string_char_byte_cache ();            clear_string_char_byte_cache ();
2181          }          }
2182        while (new_bytes--)        while (new_bytes--)
# Line 2217  bool-vector.  IDX starts at 0.  */) Line 2217  bool-vector.  IDX starts at 0.  */)
2217              *p1++ = *p0++;              *p1++ = *p0++;
2218            bcopy (str + idxval_byte + prev_bytes, p1,            bcopy (str + idxval_byte + prev_bytes, p1,
2219                   nbytes - (idxval_byte + prev_bytes));                   nbytes - (idxval_byte + prev_bytes));
2220            SAFE_FREE (nbytes);            SAFE_FREE ();
2221            clear_string_char_byte_cache ();            clear_string_char_byte_cache ();
2222          }          }
2223      }      }

Legend:
Removed from v.1.210.2.15  
changed lines
  Added in v.1.210.2.16

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