Mercurial > hg > xemacs-beta
comparison src/regex.c @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | c42ec1d1cded |
children | afd57c14dfc8 |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
4472 function if the match is complete, or it drops through if the match | 4472 function if the match is complete, or it drops through if the match |
4473 fails at this starting point in the input data. */ | 4473 fails at this starting point in the input data. */ |
4474 for (;;) | 4474 for (;;) |
4475 { | 4475 { |
4476 DEBUG_PRINT2 ("\n0x%p: ", p); | 4476 DEBUG_PRINT2 ("\n0x%p: ", p); |
4477 #ifdef emacs /* XEmacs added, w/removal of immediate_quit */ | |
4478 if (!no_quit_in_re_search) | |
4479 QUIT; | |
4480 #endif | |
4477 | 4481 |
4478 if (p == pend) | 4482 if (p == pend) |
4479 { /* End of pattern means we might have succeeded. */ | 4483 { /* End of pattern means we might have succeeded. */ |
4480 DEBUG_PRINT1 ("end of pattern ... "); | 4484 DEBUG_PRINT1 ("end of pattern ... "); |
4481 | 4485 |