[plt-scheme] long as return type for scheme_build_list?

From: Erlend Lorentzen (erlendlor at gmail.com)
Date: Mon Aug 4 05:14:25 EDT 2008

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>

Posted on the users mailing list.