X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/eb8c3be94e12644f506b8857e49ffef88046bb0b..a6cbd53f325901c364932e9c575a9b2514703e82:/src/unexconvex.c diff --git a/src/unexconvex.c b/src/unexconvex.c index 3be4b86f1f..6f05e4ae93 100644 --- a/src/unexconvex.c +++ b/src/unexconvex.c @@ -7,13 +7,14 @@ think about it, or about whether other Emacs maintenance might break it. - Copyright (C) 1985, 1986, 1988 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1988, 2002, 2003, 2004, + 2005 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -23,7 +24,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ /* modified for C-1 arch by jthomp@convex 871103 */ @@ -136,7 +138,7 @@ before writing it (above and beyond the number of bytes of actual 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 @@ -163,7 +165,7 @@ pointer looks like an int) but not on all machines. */ -#include "config.h" +#include #define PERROR(file) report_error (file, new) #include @@ -243,7 +245,7 @@ unsigned data_start, bss_start, entry_address; || copy_text_and_data (new) < 0 || copy_sym (new, a_out, a_name, new_name) < 0 ) { close (new); - return -1; + return -1; } close (new); @@ -599,3 +601,5 @@ first_pty_letter () return 'a'; } +/* arch-tag: 8199e06d-69b5-4f79-84d8-00f6ea929af9 + (do not change this comment) */