/[cvs]/ccvs/lib/regex_internal.c
ViewVC logotype

Diff of /ccvs/lib/regex_internal.c

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

revision 1.2 by dprice, Sun Sep 4 05:58:56 2005 UTC revision 1.3 by dprice, Tue Sep 6 15:11:01 2005 UTC
# Line 675  re_string_reconstruct (re_string_t *pstr Line 675  re_string_reconstruct (re_string_t *pstr
675                    for (wcs_idx = 0; wcs_idx < pstr->valid_len; ++wcs_idx)                    for (wcs_idx = 0; wcs_idx < pstr->valid_len; ++wcs_idx)
676                      pstr->wcs[wcs_idx] = WEOF;                      pstr->wcs[wcs_idx] = WEOF;
677                    if (pstr->mbs_allocated)                    if (pstr->mbs_allocated)
678                      memset (pstr->mbs, 255, pstr->valid_len);                      memset (pstr->mbs, -1, pstr->valid_len);
679                  }                  }
680                pstr->valid_raw_len = pstr->valid_len;                pstr->valid_raw_len = pstr->valid_len;
681                pstr->tip_context = ((BE (pstr->word_ops_used != 0, 0)                pstr->tip_context = ((BE (pstr->word_ops_used != 0, 0)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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