Mercurial > emacs
changeset 50276:fc6bcd4af686
(make_string_from_bytes, make_specified_string):
Prototypes adjusted.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 23 Mar 2003 02:08:04 +0000 |
parents | 80c3a24e73d4 |
children | 08a9f18d8784 |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sun Mar 23 02:07:31 2003 +0000 +++ b/src/lisp.h Sun Mar 23 02:08:04 2003 +0000 @@ -2451,8 +2451,8 @@ 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));