emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lib-src/hexl.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/hexl.c [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:02:17 -0500

Index: emacs/lib-src/hexl.c
diff -c emacs/lib-src/hexl.c:1.13.10.2 emacs/lib-src/hexl.c:1.13.10.3
*** emacs/lib-src/hexl.c:1.13.10.2      Mon Jun 28 07:28:22 2004
--- emacs/lib-src/hexl.c        Fri Nov 12 02:53:00 2004
***************
*** 173,179 ****
  #endif
          for (;;)
            {
!             register int i, c, d;
  
  #define hexchar(x) (isdigit (x) ? x - '0' : x - 'a' + 10)
  
--- 173,179 ----
  #endif
          for (;;)
            {
!             register int i, c = 0, d;
  
  #define hexchar(x) (isdigit (x) ? x - '0' : x - 'a' + 10)
  
***************
*** 225,231 ****
          string[17] = '\0';
          for (;;)
            {
!             register int i, c;
  
              for (i=0; i < 16; ++i)
                {
--- 225,231 ----
          string[17] = '\0';
          for (;;)
            {
!             register int i, c = 0;
  
              for (i=0; i < 16; ++i)
                {




reply via email to

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