summaryrefslogtreecommitdiffstats
path: root/libgfortran/intrinsics/perror.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/intrinsics/perror.c')
-rw-r--r--libgfortran/intrinsics/perror.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libgfortran/intrinsics/perror.c b/libgfortran/intrinsics/perror.c
index 823ee485ca9..0365764eef2 100644
--- a/libgfortran/intrinsics/perror.c
+++ b/libgfortran/intrinsics/perror.c
@@ -1,5 +1,5 @@
/* Implementation of the PERROR intrinsic.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007 Free Software Foundation, Inc.
Contributed by François-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran 95 runtime library (libgfortran).
@@ -28,15 +28,10 @@ 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 <stdio.h>
#include <errno.h>
-
-#ifdef HAVE_STRING_H
#include <string.h>
-#endif
/* SUBROUTINE PERROR(STRING)
CHARACTER(len=*), INTENT(IN) :: STRING */
OpenPOWER on IntegriCloud