summaryrefslogtreecommitdiff
path: root/ghc/utils/hp2ps/HpFile.c
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/utils/hp2ps/HpFile.c')
-rw-r--r--ghc/utils/hp2ps/HpFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/utils/hp2ps/HpFile.c b/ghc/utils/hp2ps/HpFile.c
index 98b62044a9..adcbc15da7 100644
--- a/ghc/utils/hp2ps/HpFile.c
+++ b/ghc/utils/hp2ps/HpFile.c
@@ -9,7 +9,7 @@
#include "Utilities.h"
#ifndef atof
-extern double atof PROTO((const char *));
+double atof PROTO((const char *));
#endif
/* own stuff already included */