On Mar 4 2013, Christian Kellermann wrote:

* Jörg F. Wittenberger <joerg.wittenber...@softeyes.net> [130304 14:57]:
I found that ##sys#double->number is gone from library.scm .

Still it's there in chicken.h .  Mistake or intended?

Are you mixing up files? Or using a chicken.h from a previous build?
In my version there is no trace of double->number in chicken.h
(nor the rest of the repo).

In my version of chicken.h (untouched from git pull) there is at line 1305

#define C_a_double_to_num(ptr, n)       C_double_to_number(C_flonum(ptr, n))





_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to