simonmar 2002/11/11 03:18:39 PST
Modified files:
ghc/utils/hp2ps AuxFile.c Axes.c Main.c Main.h Makefile
PsFile.c Shade.c Utilities.c Utilities.h
Log:
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).
Revision Changes Path
1.2 +1 -1 fptools/ghc/utils/hp2ps/AuxFile.c
1.2 +3 -3 fptools/ghc/utils/hp2ps/Axes.c
1.4 +1 -4 fptools/ghc/utils/hp2ps/Main.c
1.3 +11 -1 fptools/ghc/utils/hp2ps/Main.h
1.9 +2 -2 fptools/ghc/utils/hp2ps/Makefile
1.2 +2 -2 fptools/ghc/utils/hp2ps/PsFile.c
1.3 +0 -2 fptools/ghc/utils/hp2ps/Shade.c
1.2 +3 -3 fptools/ghc/utils/hp2ps/Utilities.c
1.3 +1 -1 fptools/ghc/utils/hp2ps/Utilities.h
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc