Mercurial > emacs
changeset 46462:c6bb99a483e0
(Ffind_coding_systems_region_interval): Use const for
pointer to lisp string data.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Tue, 16 Jul 2002 19:48:04 +0000 |
parents | 7d3969ae9291 |
children | 8cdf38364f8d |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Tue Jul 16 19:48:00 2002 +0000 +++ b/src/coding.c Tue Jul 16 19:48:04 2002 +0000 @@ -6414,7 +6414,7 @@ Lisp_Object work_table, safe_codings; int non_ascii_p = 0; int single_byte_char_found = 0; - unsigned char *p1, *p1end, *p2, *p2end, *p; + const unsigned char *p1, *p1end, *p2, *p2end, *p; if (STRINGP (start)) {