Make string pointer args point to const as in other string allocation functions.
commit2aff7c53068db3b7afcb9e66d8b5329f7d704dbb
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 22 Jan 2010 09:10:04 +0000 (22 18:10 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 22 Jan 2010 09:10:04 +0000 (22 18:10 +0900)
tree26847307a853d50f4d1084bac01fe41ae24f270e
parent74327f7a7c4f8fb1ea4bacd8147ac5b1169231c3
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.
src/ChangeLog
src/alloc.c
src/lisp.h