diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-15 18:50:15 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-15 18:50:15 +0000 |
commit | 2b89a04cf6f974f8370b54e72b96ebd0bc1f9b64 (patch) | |
tree | db5c05309ed682f005c398826f4f5af1922fafcc /gnu/usr.bin/gas/symbols.h | |
parent | 69610abb4918feb6cc803c767885ba8ff78fbf24 (diff) |
Merge of NetBSD changes + $OpenBSD$ tags
Diffstat (limited to 'gnu/usr.bin/gas/symbols.h')
-rw-r--r-- | gnu/usr.bin/gas/symbols.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/gas/symbols.h b/gnu/usr.bin/gas/symbols.h index df44074fc2c..8f4d317f070 100644 --- a/gnu/usr.bin/gas/symbols.h +++ b/gnu/usr.bin/gas/symbols.h @@ -1,3 +1,5 @@ +/* $OpenBSD: symbols.h,v 1.2 1998/02/15 18:49:02 niklas Exp $ */ + /* symbols.h - Copyright (C) 1987, 1990, 1992 Free Software Foundation, Inc. @@ -17,10 +19,6 @@ 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: symbols.h,v 1.1 1995/10/18 08:39:00 deraadt Exp $ - */ - extern struct obstack notes; /* eg FixS live here. */ |