Mercurial > emacs
diff src/ChangeLog @ 106950:ddd257e3f816
Make string pointer args point to const as in other string allocation functions.
* lisp.h (make_pure_string): String pointer arg now points to const.
* alloc.c (find_string_data_in_pure, make_pure_string): String pointer
args now point to const.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 22 Jan 2010 18:10:04 +0900 |
parents | 86ae2a69cf52 |
children | 9a7965a5cdaf d026329addd9 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jan 22 10:44:50 2010 +0200 +++ b/src/ChangeLog Fri Jan 22 18:10:04 2010 +0900 @@ -1,3 +1,10 @@ +2010-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * lisp.h (make_pure_string): String pointer arg now points to const. + + * alloc.c (find_string_data_in_pure, make_pure_string): String pointer + args now point to const. + 2010-01-22 Eli Zaretskii <eliz@gnu.org> * lread.c (Fload): Don't treat files without .elc extension as