> make 
> 
>   (defentry sock_get_float (int) (double "sock_get_float"))
>   (defentry sock_send_float (int float) (int "sock_send_float"))
> 
> into 
> 
>   (defentry sock_get_float (int) (double "sock_get_float"))
>   (defentry sock_send_float (int double) (int "sock_send_float"))
> 
> as per the prototype in sockio-c.c.pamphlet.

fixed in the next release.
fixed in axiom--silver--1

it appears that we will have to redo all of the defentry values.
we may also need a GCL-2.6.8pre3.

t


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to