summaryrefslogtreecommitdiff
path: root/libgfortran/m4/pow.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/m4/pow.m4')
-rw-r--r--libgfortran/m4/pow.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/m4/pow.m4 b/libgfortran/m4/pow.m4
index 8f1b6b21f99..052cfb23f79 100644
--- a/libgfortran/m4/pow.m4
+++ b/libgfortran/m4/pow.m4
@@ -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,8 +28,8 @@ 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"'
+
include(iparm.m4)dnl
/* Use Binary Method to calculate the powi. This is not an optimal but