This commit was generated by cvs2svn to compensate for changes in r5670,
[chise/xemacs-chise.git.1] / src / mule.c
index 9f4cdef..36274cf 100644 (file)
@@ -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));