2008/9/14 Neil Jerram <[EMAIL PROTECTED]>: > i = scm_to_unsigned_integer (index, 0, SCM_SLOT (SCM_CLASS_OF (obj), > scm_si_nfields) - 1);
There should be a SCM_I_INUM in there too. Neil
2008/9/14 Neil Jerram <[EMAIL PROTECTED]>: > i = scm_to_unsigned_integer (index, 0, SCM_SLOT (SCM_CLASS_OF (obj), > scm_si_nfields) - 1);
There should be a SCM_I_INUM in there too. Neil