From a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 12 Sep 2000 20:57:14 +0000 Subject: 2000-09-12 Kazu Hirata * as.h: Fix formatting. * asintl.h: Likewise. * bit_fix.h: Likewise. * dwarf2dbg.h: Likewise. * expr.h: Likewise. * flonum.h: Likewise. * frags.h: Likewise. * itbl-ops.h: Likewise. * macro.h: Likewise. * read.h: Likewise. * sb.h: Likewise. * struc-symbol.h: Likewise. * subsegs.h: Likewise. * symbols.h: Likewise. * tc.h: Likewise. * write.h: Likewise. --- gas/symbols.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gas/symbols.h') diff --git a/gas/symbols.h b/gas/symbols.h index f3b73af..87c473c 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -1,5 +1,5 @@ /* symbols.h - - Copyright (C) 1987, 90, 92, 93, 94, 95, 97, 1999 + Copyright (C) 1987, 90, 92, 93, 94, 95, 97, 99, 2000 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -31,7 +31,7 @@ #include "struc-symbol.h" #endif -extern struct obstack notes; /* eg FixS live here. */ +extern struct obstack notes; /* eg FixS live here. */ extern struct obstack cond_obstack; /* this is where we track .ifdef/.endif (if we do that at all). */ @@ -201,5 +201,3 @@ void symbol_set_obj PARAMS ((symbolS *, OBJ_SYMFIELD_TYPE *)); TC_SYMFIELD_TYPE *symbol_get_tc PARAMS ((symbolS *)); void symbol_set_tc PARAMS ((symbolS *, TC_SYMFIELD_TYPE *)); #endif - -/* end of symbols.h */ -- cgit v1.1