diff src/regex.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/regex.c	Wed Oct 13 21:52:14 2004 +0000
+++ b/src/regex.c	Thu Oct 14 17:26:25 2004 +0000
@@ -4769,7 +4769,7 @@
 re_match_2_internal (struct re_pattern_buffer *bufp, re_char *string1,
 		     int size1, re_char *string2, int size2, int pos,
 		     struct re_registers *regs, int stop
-		     RE_LISP_CONTEXT_ARGS_DECL)
+		     RE_LISP_CONTEXT_ARGS_MULE_DECL)
 {
   /* General temporaries.  */
   int mcnt;
@@ -6663,7 +6663,8 @@
 bcmp_translate (re_char *s1, re_char *s2,
 		REGISTER int len, RE_TRANSLATE_TYPE translate
 #ifdef emacs
-		, Internal_Format fmt, Lisp_Object lispobj
+		, Internal_Format USED_IF_MULE (fmt),
+		Lisp_Object USED_IF_MULE (lispobj)
 #endif
 		)
 {