X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmule.c;h=36274cfd6bf23ad41ff3ab6446dfeffcc2e12180;hb=1a5e625ffcc6b2e9a9828a89763c062a0b09b361;hp=9f4cdefd98749fdfb2d9d32570926255e4cc9e86;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 diff --git a/src/mule.c b/src/mule.c index 9f4cdef..36274cf 100644 --- a/src/mule.c +++ b/src/mule.c @@ -40,7 +40,7 @@ accept a pattern compiled by 'regexp-compile' with word-option t. int i, len; char *p; Lisp_Object temp; - Lisp_String *s; + struct Lisp_String *s; CHECK_CONS (pattern); len = XINT (Flength (pattern));