]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffind_coding_systems_region_interval): Use const for
authorKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 19:48:04 +0000 (19:48 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Tue, 16 Jul 2002 19:48:04 +0000 (19:48 +0000)
pointer to lisp string data.

src/coding.c

index 0afe0b3ac42c6b16272dfdd5dc736d7d3ca05b19..23ccfbce390f6e6dc66314260d7d173ed5e7ccb3 100644 (file)
@@ -6414,7 +6414,7 @@ DEFUN ("find-coding-systems-region-internal",
   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))
     {