[racket] scheme_call_enable_break
It works, thank you very much!
(I guess the first two `lambda's should be removed, since
parameterize-break takes bodys and not exprs).
Now I just need to figure out how to do the double check, and I'm done.
On Sun, Apr 21, 2013 at 7:23 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> At Sun, 21 Apr 2013 11:05:01 -0600, Matthew Flatt wrote:
> > (define MZFD_CHECK_READ 3)
>
> Use
>
> (define MZFD_CREATE_READ 1)
>
> instead of MZFD_CHECK_READ.
>
> An advantage of writing documentation is that it reminds me how the
> function works.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130421/23a779fd/attachment.html>