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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Thu, 28 Aug 2003 04:17:07 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.289 emacs/src/coding.c:1.290
*** emacs/src/coding.c:1.289    Tue Jul 22 15:06:12 2003
--- emacs/src/coding.c  Thu Aug 28 04:17:07 2003
***************
*** 1823,1829 ****
  
    while (1)
      {
!       int c1, c2;
  
        src_base = src;
        ONE_MORE_BYTE (c1);
--- 1823,1829 ----
  
    while (1)
      {
!       int c1, c2 = 0;
  
        src_base = src;
        ONE_MORE_BYTE (c1);
***************
*** 3050,3056 ****
    coding->produced_char = 0;
    while (1)
      {
!       int c, charset, c1, c2;
  
        src_base = src;
        ONE_MORE_BYTE (c1);
--- 3050,3056 ----
    coding->produced_char = 0;
    while (1)
      {
!       int c, charset, c1, c2 = 0;
  
        src_base = src;
        ONE_MORE_BYTE (c1);




reply via email to

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