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

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Aug 4 05:28:39 EDT 2008

On Aug  4, Erlend Lorentzen wrote:
> 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* ?

It looks like a typo -- I fixed the docs.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.