1 new commit in XEmacs:
https://bitbucket.org/xemacs/xemacs/changeset/6e5a7278f9bf/
changeset: 6e5a7278f9bf
user: kehoea
date: 2012-05-08 10:47:41
summary: Add cast to Ibyte *, search.c, thank you Jeff Sparkes.
2012-05-07 Jeff Sparkes <jsparkes(a)gmail.com>
* search.c (skip_chars): Add cast to Ibyte *.
affected #: 2 files
diff -r 796f2a8fdcedcf39f7ec3648789c1329e78ab1b4 -r
6e5a7278f9bfc88ff4111ccaf59a08a018462cb5 src/ChangeLog
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,8 @@
-012-05-06 Aidan Kehoe <kehoea(a)parhasard.net>
+2012-05-07 Jeff Sparkes <jsparkes(a)gmail.com>
+
+ * search.c (skip_chars): Add cast to Ibyte *.
+
+2012-05-06 Aidan Kehoe <kehoea(a)parhasard.net>
* eval.c:
* eval.c (Fmacroexpand):
diff -r 796f2a8fdcedcf39f7ec3648789c1329e78ab1b4 -r
6e5a7278f9bfc88ff4111ccaf59a08a018462cb5 src/search.c
--- a/src/search.c
+++ b/src/search.c
@@ -972,7 +972,7 @@
break;
}
- colonp = memchr (p, ':', pend - p);
+ colonp = (Ibyte *) memchr (p, ':', pend - p);
if (NULL == colonp || (colonp + 1) == pend || colonp[1] != ']')
{
fastmap ['['] = fastmap[':'] = 1;
Repository URL:
https://bitbucket.org/xemacs/xemacs/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches