diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:05:38 +0000 |
commit | 2ad6f3dee6bc54535003f4ab26bbc587b7efa38c (patch) | |
tree | a3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/as/subsegs.h | |
parent | 4f960dd75f181e9fa2edc44324f15f0ab5c64b37 (diff) | |
download | FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.zip FreeBSD-src-2ad6f3dee6bc54535003f4ab26bbc587b7efa38c.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'gnu/usr.bin/as/subsegs.h')
-rw-r--r-- | gnu/usr.bin/as/subsegs.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/as/subsegs.h b/gnu/usr.bin/as/subsegs.h index 4b8e3ce..9d1482a 100644 --- a/gnu/usr.bin/as/subsegs.h +++ b/gnu/usr.bin/as/subsegs.h @@ -1,24 +1,24 @@ /* subsegs.h -> subsegs.c Copyright (C) 1987, 1992 Free Software Foundation, Inc. - + This file is part of GAS, the GNU Assembler. - + GAS 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 2, or (at your option) any later version. - + GAS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: subsegs.h,v 1.3 1993/10/02 20:57:55 pk Exp $ + * $Id: subsegs.h,v 1.2 1993/11/03 00:52:20 paul Exp $ */ @@ -63,7 +63,7 @@ extern frchainS * frchain_now; #ifdef MANY_SEGMENTS -typedef struct +typedef struct { frchainS *frchainP; int hadone; @@ -74,10 +74,10 @@ typedef struct fixS *fix_tail; struct internal_scnhdr scnhdr; symbolS *dot; - - struct lineno_list *lineno_list_head; - struct lineno_list *lineno_list_tail; - + + struct lineno_list *lineno_list_head; + struct lineno_list *lineno_list_tail; + } segment_info_type; segment_info_type segment_info[]; #else |