+2003-03-23 Kenichi Handa <handa@m17n.org>
+
+ * alloc.c (make_string_from_bytes): Add `const' for the arg
+ CONTENTS.
+ (make_specified_string): Likewise.
+
+ * lisp.h (make_string_from_bytes, make_specified_string):
+ Prototypes adjusted.
+
2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
* xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
* gtkutil.h: Removed xg_ignore_next_thumb.
-2003-03-18 Kenichi Handa <handa@etlken2>
+2003-03-18 Kenichi Handa <handa@m17n.org>
* coding.c (Vchar_coding_system_table): Remove this variable.
(Vcoding_system_safe_chars): New variable.
extern Lisp_Object make_event_array P_ ((int, Lisp_Object *));
extern Lisp_Object make_uninit_string P_ ((int));
extern Lisp_Object make_uninit_multibyte_string P_ ((int, int));
-extern Lisp_Object make_string_from_bytes P_ ((char *, int, int));
-extern Lisp_Object make_specified_string P_ ((char *, int, int, int));
+extern Lisp_Object make_string_from_bytes P_ ((const char *, int, int));
+extern Lisp_Object make_specified_string P_ ((const char *, int, int, int));
EXFUN (Fpurecopy, 1);
extern Lisp_Object make_pure_string P_ ((char *, int, int, int));
extern Lisp_Object pure_cons P_ ((Lisp_Object, Lisp_Object));