Remove unused "nargs" field of memoized call expressions
authorAndy Wingo <wingo@pobox.com>
Thu, 12 Mar 2015 07:37:04 +0000 (08:37 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 12 Mar 2015 07:37:04 +0000 (08:37 +0100)
* libguile/eval.c (eval):
* libguile/memoize.c (MAKMEMO_CALL, memoize, unmemoize):
* module/ice-9/eval.scm (primitive-eval): Remove "nargs" field from
  memoized call expressions, and adapt callers.


No differences found