emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Wed, 17 Jul 2002 06:20:32 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.249 emacs/src/coding.c:1.250
*** emacs/src/coding.c:1.249    Sun Jul 14 20:00:36 2002
--- emacs/src/coding.c  Tue Jul 16 15:48:04 2002
***************
*** 6414,6420 ****
    Lisp_Object work_table, safe_codings;
    int non_ascii_p = 0;
    int single_byte_char_found = 0;
!   unsigned char *p1, *p1end, *p2, *p2end, *p;
  
    if (STRINGP (start))
      {
--- 6414,6420 ----
    Lisp_Object work_table, safe_codings;
    int non_ascii_p = 0;
    int single_byte_char_found = 0;
!   const unsigned char *p1, *p1end, *p2, *p2end, *p;
  
    if (STRINGP (start))
      {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]