summaryrefslogtreecommitdiff
path: root/utils/hp2ps
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2020-03-13 13:17:02 +0100
committerBen Gamari <ben@smart-cactus.org>2020-07-15 16:41:02 -0400
commit57017cb7454cbfaa1b011693e7fb141fbf519ccf (patch)
tree7c1c0ac3f331fd0cf47585e93ab0dc76677be3e8 /utils/hp2ps
parent9acb9f40d90b79da9e587022d73f8afb26a46463 (diff)
downloadhaskell-57017cb7454cbfaa1b011693e7fb141fbf519ccf.tar.gz
winio: Allow hp2ps to build with -DDEBUG
Diffstat (limited to 'utils/hp2ps')
-rw-r--r--utils/hp2ps/Main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hp2ps/Main.h b/utils/hp2ps/Main.h
index da856f4884..4c6101f2bb 100644
--- a/utils/hp2ps/Main.h
+++ b/utils/hp2ps/Main.h
@@ -24,7 +24,7 @@ void _stgAssert PROTO((char *, unsigned int));
/* partain: some ubiquitous types: floatish & intish.
Dubious to use float/int, but that is what it used to be...
- (WDP 95/03)
+ (WDP 95/03)
*/
typedef double floatish;
typedef double doublish; /* higher precision, if anything; little used */