Bah. You've mentioned that before, but I had forgotten. Sorry.
Ignore the last patches I sent. The range-checks were wrong. I attached corrected versions.
Thanks,
Ben
On Thu, May 12, 2005 at 06:13:19PM -0500, Bradley Lucier wrote:
Yes. To activate the (macro-check-* ...) error checking you need to compile with -check, e.g.,
% gsc -c -check srfis.scm
or
% gsc
(compile-file "srfis.scm" '(check))
Brad