Add br-if-npos-gt
authorAndy Wingo <wingo@pobox.com>
Fri, 8 Nov 2013 10:38:34 +0000 (11:38 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 8 Nov 2013 10:38:34 +0000 (11:38 +0100)
commitf90c0554640c6e0c28ec01ed597a3b78b47bdd29
treed2cb7b9cf080ea387d9502cbd6d0384ee7e74f4e
parentd2bd8fa810c130261135dd4b6676397ec517421f
Add br-if-npos-gt

* libguile/vm-engine.c (br-if-npos-gt): New instruction (sigh!).  For
  case-lambda* dispatching on the number of positional args, as the
  manual describes.  Renumber other opcodes.
libguile/vm-engine.c