Within `while', `continue' takes zero arguments
authorMark H Weaver <mhw@netris.org>
Fri, 4 Mar 2011 18:44:02 +0000 (13:44 -0500)
committerMark H Weaver <mhw@netris.org>
Tue, 8 Mar 2011 23:18:36 +0000 (18:18 -0500)
commitddf134cfec0d82ea9f39ddd69948c08feecb9576
treeb2e2654324adfb407f0f534913d103639afeb199
parent495a39c40f8c31479272495c3a550695077ac335
Within `while', `continue' takes zero arguments

* module/ice-9/boot-9.scm (while): Report an error if `continue' is
  passed one or more arguments.  Previously, it would report an error if
  `(continue arg rest ...)' was found within the `while', but not if
  `continue' was found bare and later applied to one or more arguments,
  e.g. `(apply continue (list arg rest ...))'.
module/ice-9/boot-9.scm