emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/unexconvex.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/unexconvex.c
Date: Fri, 04 Apr 2003 01:24:07 -0500

Index: emacs/src/unexconvex.c
diff -c emacs/src/unexconvex.c:1.5 emacs/src/unexconvex.c:1.6
*** emacs/src/unexconvex.c:1.5  Mon Jan 15 04:06:29 1996
--- emacs/src/unexconvex.c      Tue Feb  4 09:03:13 2003
***************
*** 137,143 ****
  program text).  HDR's standard fields are already correct, except that
  this adjustment to the `a_text' field has not yet been made;
  thus, the amount of offset can depend on the data in the file.
!   
  * A_TEXT_SEEK(HDR)
  
  If defined, this macro specifies the number of bytes to seek into the
--- 137,143 ----
  program text).  HDR's standard fields are already correct, except that
  this adjustment to the `a_text' field has not yet been made;
  thus, the amount of offset can depend on the data in the file.
! 
  * A_TEXT_SEEK(HDR)
  
  If defined, this macro specifies the number of bytes to seek into the
***************
*** 244,250 ****
        || copy_text_and_data (new) < 0
        || copy_sym (new, a_out, a_name, new_name) < 0 ) {
        close (new);
!       return -1;      
      }
  
      close (new);
--- 244,250 ----
        || copy_text_and_data (new) < 0
        || copy_sym (new, a_out, a_name, new_name) < 0 ) {
        close (new);
!       return -1;
      }
  
      close (new);




reply via email to

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