chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] easyffi update (and incompatible change to previous vers


From: felix winkelmann
Subject: [Chicken-users] easyffi update (and incompatible change to previous versions)
Date: Fri, 29 Sep 2006 07:18:31 +0200

Hi!

easyffi 1.3 has a tiny change in which struct-members are
accessed via SRFI-17 setters. Previously a struct member
was accessed via

(STRUCTNAME-FIELD s) -> x
(STRUCTNAME-FIELD-set! s x)

is now:

(STRUCTNAME-FIELD s) -> x
(set! (STRUCTNAME-FIELD s) x)


cheers,
felix

--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]