X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmule.c;h=7e48dadbb9f9d1778ed351a2e94066673541a83c;hb=73035a2b12d1c6bc623c5257161cd0f8ba1eea5f;hp=3ebc9f8179c49a14fd517faa605a563a6fbcabdf;hpb=3bafe079cbc7c916cb68754050d41ab028092e63;p=chise%2Fxemacs-chise.git diff --git a/src/mule.c b/src/mule.c index 3ebc9f8..7e48dad 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; - struct Lisp_String *s; + Lisp_String *s; CHECK_CONS (pattern); len = XINT (Flength (pattern));