aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/generated/pow_i16_i8.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/pow_i16_i8.c')
-rw-r--r--libgfortran/generated/pow_i16_i8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/pow_i16_i8.c b/libgfortran/generated/pow_i16_i8.c
index 80075051553..40c613de5c7 100644
--- a/libgfortran/generated/pow_i16_i8.c
+++ b/libgfortran/generated/pow_i16_i8.c
@@ -1,5 +1,5 @@
/* Support routines for the intrinsic power (**) operator.
- Copyright 2004 Free Software Foundation, Inc.
+ Copyright 2004, 2007 Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of the GNU Fortran 95 runtime library (libgfortran).
@@ -28,9 +28,9 @@ License along with libgfortran; see the file COPYING. If not,
write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
-#include "config.h"
#include "libgfortran.h"
+
/* Use Binary Method to calculate the powi. This is not an optimal but
a simple and reasonable arithmetic. See section 4.6.3, "Evaluation of
Powers" of Donald E. Knuth, "Seminumerical Algorithms", Vol. 2, "The Art