obviously that wasnt correct

svn: r13347
This commit is contained in:
Eli Barzilay 2009-02-01 09:22:55 +00:00
parent cf4342cf62
commit 078a8a2424

View File

@ -117,7 +117,7 @@ appropriate. For example, on a little-endian machine:
> (define block (malloc _int 5)) > (define block (malloc _int 5))
> (ptr-set! block _int 0 196353) > (ptr-set! block _int 0 196353)
> (map (lambda (i) (ptr-ref block _byte i)) '(0 1 2 3)) > (map (lambda (i) (ptr-ref block _byte i)) '(0 1 2 3))
@ #,(schemeresultfont "(1 255 2 0)") @#,(schemeresultfont "(1 255 2 0)")
] ]
In addition, @scheme[ptr-ref] and @scheme[ptr-set!] cannot detect when In addition, @scheme[ptr-ref] and @scheme[ptr-set!] cannot detect when