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 [emacs-unicode-2]


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/coding.c [emacs-unicode-2]
Date: Mon, 06 Oct 2003 18:30:27 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.289.2.5 emacs/src/coding.c:1.289.2.6
*** emacs/src/coding.c:1.289.2.5        Mon Oct  6 07:21:31 2003
--- emacs/src/coding.c  Mon Oct  6 18:30:26 2003
***************
*** 5470,5477 ****
    if (! coding->chars_at_source)
      {
        /* Characters are in coding->charbuf.  */
!       EMACS_INT *buf = coding->charbuf;
!       EMACS_INT *buf_end = buf + coding->charbuf_used;
        unsigned char *adjusted_dst_end;
  
        if (BUFFERP (coding->src_object)
--- 5470,5477 ----
    if (! coding->chars_at_source)
      {
        /* Characters are in coding->charbuf.  */
!       int *buf = coding->charbuf;
!       int *buf_end = buf + coding->charbuf_used;
        unsigned char *adjusted_dst_end;
  
        if (BUFFERP (coding->src_object)




reply via email to

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