Mercurial > hg > xemacs-beta
comparison src/regex.c @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | cf808b4c4290 |
children | 1370575f1259 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
5517 | 5517 |
5518 mcnt = *p++; | 5518 mcnt = *p++; |
5519 PREFETCH (); | 5519 PREFETCH (); |
5520 emch = charptr_emchar ((CONST Bufbyte *) d); | 5520 emch = charptr_emchar ((CONST Bufbyte *) d); |
5521 INC_CHARPTR (d); | 5521 INC_CHARPTR (d); |
5522 if (check_category_at(emch, regex_emacs_buffer->category_table, | 5522 if (check_category_char(emch, regex_emacs_buffer->category_table, |
5523 mcnt, should_succeed)) | 5523 mcnt, should_succeed)) |
5524 goto fail; | 5524 goto fail; |
5525 SET_REGS_MATCHED (); | 5525 SET_REGS_MATCHED (); |
5526 } | 5526 } |
5527 break; | 5527 break; |
5528 | 5528 |