diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2020-03-13 13:17:02 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-15 16:41:02 -0400 |
commit | 57017cb7454cbfaa1b011693e7fb141fbf519ccf (patch) | |
tree | 7c1c0ac3f331fd0cf47585e93ab0dc76677be3e8 /utils | |
parent | 9acb9f40d90b79da9e587022d73f8afb26a46463 (diff) | |
download | haskell-57017cb7454cbfaa1b011693e7fb141fbf519ccf.tar.gz |
winio: Allow hp2ps to build with -DDEBUG
Diffstat (limited to 'utils')
-rw-r--r-- | utils/hp2ps/Main.h | 2 |
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 */ |