[plt-scheme] long as return type for scheme_build_list?
Looking in the PLT documentation i found the following entry for
scheme_build_list:
-----------------------------------------------------------------------------------------
long scheme_build_list(int c, Scheme_Object** elems)
Creates and returns a list of length c with the elements elems.
------------------------------------------------------------------------------------------
Is this correct? Shouldn't the return type be Scheme_Object* ?
Regards
Erlend
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080804/1fc4f269/attachment.html>