format: Signal errors when colinc and mincol are not positive integers.
authorStas Boukarev <stassats@gmail.com>
Fri, 13 Apr 2012 17:02:43 +0000 (21:02 +0400)
committerStas Boukarev <stassats@gmail.com>
Fri, 13 Apr 2012 17:04:33 +0000 (21:04 +0400)
commitb894cb41d869bda6ba0c54a491becc7bb58375c1
tree88f98c4e80f5027990e5440a3081ddf8ff9c31f2
parent6bbecc9b6b8b6237b4040b0e77bd578044b96b7b
format: Signal errors when colinc and mincol are not positive integers.

Various directives have colinc and mincol parameters, which should be
> 0 and >= 0 respectively.
src/code/target-format.lisp
tests/print.impure.lisp