diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-09-04 19:11:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-09-04 19:11:21 +0000 |
commit | c3c8d76890b592bf5acc1a9b7faeabd9b829dd71 (patch) | |
tree | 6358a23d0df9de73b6d5d6d3a75545ff35f05b47 /gnu/usr.bin/binutils/gas/flonum.h | |
parent | 4ba440a6e788da3a64fa29b782c37150a3f5cc18 (diff) |
Merge the Cygnus 960904 sources
Diffstat (limited to 'gnu/usr.bin/binutils/gas/flonum.h')
-rw-r--r-- | gnu/usr.bin/binutils/gas/flonum.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gnu/usr.bin/binutils/gas/flonum.h b/gnu/usr.bin/binutils/gas/flonum.h index dd21e6bdee0..6684f496c2c 100644 --- a/gnu/usr.bin/binutils/gas/flonum.h +++ b/gnu/usr.bin/binutils/gas/flonum.h @@ -1,6 +1,6 @@ /* flonum.h - Floating point package - Copyright (C) 1987, 1990, 1991, 1992, 1994 Free Software Foundation, Inc. + Copyright (C) 1987, 90, 91, 92, 94, 95, 1996 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -15,8 +15,9 @@ 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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with GAS; see the file COPYING. If not, write to the Free + Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. */ /***********************************************************************\ * * @@ -31,12 +32,6 @@ * * \***********************************************************************/ -#if (__STDC__ != 1) -#ifndef const -#define const /* empty */ -#endif -#endif - #include "bignum.h" /***********************************************************************\ |