[project @ 2002-11-11 11:18:39 by simonmar]
authorsimonmar <unknown>
Mon, 11 Nov 2002 11:18:39 +0000 (11:18 +0000)
committersimonmar <unknown>
Mon, 11 Nov 2002 11:18:39 +0000 (11:18 +0000)
commit24be2773e9753b3868bff0e387b79a511b766e01
tree81fb2aedce1f169076dad1d36af90f5aa7c2e2bc
parent0e6a76a1182be8336cfaaa6bf482c57a89193372
[project @ 2002-11-11 11:18:39 by simonmar]
Increase the size of many of the int variables used in hp2ps to 64
bits on a 32 bit machine, since they can easily overflow if the
program runs for a few seconds.

Fortunately there was a useful typedef to change - I couldn't be
bothered figuring out exactly which variables to make wider, and the
performance of hp2ps isn't really critical anyhow (this change makes
it about 30% slower, but who cares).
ghc/utils/hp2ps/AuxFile.c
ghc/utils/hp2ps/Axes.c
ghc/utils/hp2ps/Main.c
ghc/utils/hp2ps/Main.h
ghc/utils/hp2ps/Makefile
ghc/utils/hp2ps/PsFile.c
ghc/utils/hp2ps/Shade.c
ghc/utils/hp2ps/Utilities.c
ghc/utils/hp2ps/Utilities.h