Mercurial > hg > xemacs-beta
diff src/symbols.c @ 3379:b544987e2eca
[xemacs-hg @ 2006-05-06 08:09:35 by aidan]
Fix the win32 build following my lib-src/DOC format changes.
author | aidan |
---|---|
date | Sat, 06 May 2006 08:09:37 +0000 |
parents | 959746c534f6 |
children | 45671f160bd5 |
line wrap: on
line diff
--- a/src/symbols.c Fri May 05 21:51:13 2006 +0000 +++ b/src/symbols.c Sat May 06 08:09:37 2006 +0000 @@ -729,7 +729,7 @@ if (!SUBRP (subr)) wrong_type_argument (Qsubrp, subr); name = XSUBR (subr)->name; - return make_string (name, strlen (name)); + return make_string ((const Ibyte *)name, strlen (name)); } DEFUN ("setplist", Fsetplist, 2, 2, 0, /*