Mercurial > hg > xemacs-beta
comparison src/search.c @ 2333:ba4677f54a05
[xemacs-hg @ 2004-10-14 17:26:18 by james]
More unused parameter fixes.
author | james |
---|---|
date | Thu, 14 Oct 2004 17:26:25 +0000 |
parents | 04bc9d2f42c7 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2332:29a88fa7050c | 2333:ba4677f54a05 |
---|---|
1543 If that criterion is not satisfied, do not call this function. */ | 1543 If that criterion is not satisfied, do not call this function. */ |
1544 | 1544 |
1545 static Charbpos | 1545 static Charbpos |
1546 boyer_moore (struct buffer *buf, Ibyte *base_pat, Bytecount len, | 1546 boyer_moore (struct buffer *buf, Ibyte *base_pat, Bytecount len, |
1547 Bytebpos pos, Bytebpos lim, EMACS_INT n, Lisp_Object trt, | 1547 Bytebpos pos, Bytebpos lim, EMACS_INT n, Lisp_Object trt, |
1548 Lisp_Object inverse_trt, int charset_base) | 1548 Lisp_Object inverse_trt, int USED_IF_MULE (charset_base)) |
1549 { | 1549 { |
1550 /* &&#### needs some 8-bit work here */ | 1550 /* &&#### needs some 8-bit work here */ |
1551 /* #### Someone really really really needs to comment the workings | 1551 /* #### Someone really really really needs to comment the workings |
1552 of this junk somewhat better. | 1552 of this junk somewhat better. |
1553 | 1553 |