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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Tue, 28 Dec 2004 13:34:24 -0500

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.311 emacs/src/coding.c:1.312
*** emacs/src/coding.c:1.311    Tue Dec 28 14:50:49 2004
--- emacs/src/coding.c  Tue Dec 28 18:22:55 2004
***************
*** 4870,4876 ****
  int
  decode_coding (coding, source, destination, src_bytes, dst_bytes)
       struct coding_system *coding;
!      const const unsigned char *source;
       unsigned char *destination;
       int src_bytes, dst_bytes;
  {
--- 4870,4876 ----
  int
  decode_coding (coding, source, destination, src_bytes, dst_bytes)
       struct coding_system *coding;
!      const unsigned char *source;
       unsigned char *destination;
       int src_bytes, dst_bytes;
  {




reply via email to

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