(boyer_moore, simple_search): New subroutines.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Feb 1998 21:33:56 +0000 (21:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Feb 1998 21:33:56 +0000 (21:33 +0000)
commitfacdc7504890785787642585215c4193ccd4476e
tree20ff266a268440bb22b1ead13f94d9fc5af59050
parentb05525fa0df8a7a71a1b66c1e22860194bd6421c
(boyer_moore, simple_search): New subroutines.
(search_buffer): For non-regexp, use one of those subroutines.
Args TRT and INVERSE_TRT are now Lisp_Object.  Callers changed.
(compile_pattern_1): Arg TRANSLATE is now Lisp_Object.  Calls changed.
(compile_pattern): Arg TRANSLATE is now Lisp_Object.  Calls changed.
src/search.c