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/sorted-doc.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/sorted-doc.c [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:46:03 -0400

Index: emacs/lib-src/sorted-doc.c
diff -c emacs/lib-src/sorted-doc.c:1.12.10.1 
emacs/lib-src/sorted-doc.c:1.12.10.2
*** emacs/lib-src/sorted-doc.c:1.12.10.1        Fri Apr 16 12:49:44 2004
--- emacs/lib-src/sorted-doc.c  Mon Jun 28 07:28:22 2004
***************
*** 75,81 ****
       char *s1, *s2;
  {
    error (s1, s2);
!   exit (1);
  }
  
  /* Like malloc but get fatal error if memory is exhausted.  */
--- 75,81 ----
       char *s1, *s2;
  {
    error (s1, s2);
!   exit (EXIT_FAILURE);
  }
  
  /* Like malloc but get fatal error if memory is exhausted.  */
***************
*** 279,286 ****
      printf ("@bye\n");
    }
  
!   return 0;
  }
  
  /* arch-tag: ce28f204-1e70-4b34-8210-3d54a5662071
     (do not change this comment) */
--- 279,288 ----
      printf ("@bye\n");
    }
  
!   return EXIT_SUCCESS;
  }
  
  /* arch-tag: ce28f204-1e70-4b34-8210-3d54a5662071
     (do not change this comment) */
+ 
+ /* sorted-doc.c ends here */




reply via email to

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