Mercurial > hg > xemacs-beta
comparison src/search.c @ 1347:8d350b095c21
[xemacs-hg @ 2003-03-09 12:59:36 by ben]
oops, C++ bites again
widget.texi: Fix Turnbull typos.
config.inc.samp: Note that relative directories are a no-no in BUILD_DIR and
SOURCE_DIR. Use paths relative to $(MAKEROOT) instead.
file-coding.c: Fix up internal magic-cookie code to also check for
`;;;###coding system', already handled by the (redundant)
code in files.el.
regex.c: Fix problem with ordering of initializations and statements -- OK in
C++, not in C.
search.c: Indentation.
author | ben |
---|---|
date | Sun, 09 Mar 2003 12:59:45 +0000 |
parents | ccaf90c5a53a |
children | 74cb069b8417 |
comparison
equal
deleted
inserted
replaced
1346:01c57eb70ae9 | 1347:8d350b095c21 |
---|---|
494 /* Match REGEXP against STRING, searching all of STRING, | 494 /* Match REGEXP against STRING, searching all of STRING, |
495 and return the index of the match, or negative on failure. | 495 and return the index of the match, or negative on failure. |
496 This does not clobber the match data. */ | 496 This does not clobber the match data. */ |
497 | 497 |
498 Bytecount | 498 Bytecount |
499 fast_string_match (Lisp_Object regexp, const Ibyte *nonreloc, | 499 fast_string_match (Lisp_Object regexp, const Ibyte *nonreloc, |
500 Lisp_Object reloc, Bytecount offset, | 500 Lisp_Object reloc, Bytecount offset, |
501 Bytecount length, int case_fold_search, | 501 Bytecount length, int case_fold_search, |
502 Error_Behavior errb, int no_quit) | 502 Error_Behavior errb, int no_quit) |
503 { | 503 { |
504 Bytecount val; | 504 Bytecount val; |