diff src/coding.c @ 88587:11186ff7ea0d

(emacs_mule_char): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 21 May 2002 05:09:20 +0000
parents c7772f702227
children 74b74f59bc09
line wrap: on
line diff
--- a/src/coding.c	Tue May 21 04:23:15 2002 +0000
+++ b/src/coding.c	Tue May 21 05:09:20 2002 +0000
@@ -1527,7 +1527,6 @@
 emacs_mule_char (coding, src, nbytes, nchars)
      struct coding_system *coding;
      unsigned char *src;
-     int composition;
      int *nbytes, *nchars;
 {
   unsigned char *src_end = coding->source + coding->src_bytes;