diff 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
line wrap: on
line diff
--- a/src/search.c	Wed Oct 13 21:52:14 2004 +0000
+++ b/src/search.c	Thu Oct 14 17:26:25 2004 +0000
@@ -1545,7 +1545,7 @@
 static Charbpos
 boyer_moore (struct buffer *buf, Ibyte *base_pat, Bytecount len,
 	     Bytebpos pos, Bytebpos lim, EMACS_INT n, Lisp_Object trt,
-	     Lisp_Object inverse_trt, int charset_base)
+	     Lisp_Object inverse_trt, int USED_IF_MULE (charset_base))
 {
   /* &&#### needs some 8-bit work here */
   /* #### Someone really really really needs to comment the workings