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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/hexl.c [lexbind]
Date: Thu, 11 Nov 2004 23:47:11 -0500

Index: emacs/lib-src/hexl.c
diff -c emacs/lib-src/hexl.c:1.13.4.2 emacs/lib-src/hexl.c:1.13.4.3
*** emacs/lib-src/hexl.c:1.13.4.2       Tue May 11 02:33:27 2004
--- emacs/lib-src/hexl.c        Fri Nov 12 04:21:19 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]