[racket] scheme_call_enable_break

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Apr 21 13:23:26 EDT 2013

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.


Posted on the users mailing list.