diff options
Diffstat (limited to 'ui_sub.c')
-rw-r--r-- | ui_sub.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ /* mpfr_ui_sub -- subtract a floating-point number from an integer -Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the MPFR Library. @@ -19,7 +19,6 @@ along with the MPFR Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - #define MPFR_NEED_LONGLONG_H #include "mpfr-impl.h" |