[project @ 2003-03-28 01:59:05 by sof]
authorsof <unknown>
Fri, 28 Mar 2003 01:59:08 +0000 (01:59 +0000)
committersof <unknown>
Fri, 28 Mar 2003 01:59:08 +0000 (01:59 +0000)
commita5687b3b04c2e404a5ed5bf56ba4e7a10f7d115a
treeca4898828465dd832da863b36128c274ece92766
parentcdc9f210dfb6086db2ccd0b6b9de0a685b17f773
[project @ 2003-03-28 01:59:05 by sof]
Off-by-one tidyup.

ALLOC_AP, ALLOC_PAP and MKAP were all being constructed
with size arguments equal to (1+number of args/FVs) in
ByteCodeGen.schemeE, only for Interpreter.c to subtract 1
when fishing out the payloads. This commit drops the
up-and-downery.

Simplification spotted by Andy Moran
ghc/compiler/ghci/ByteCodeGen.lhs
ghc/rts/Interpreter.c