> If there's some C function that exists in newer versions of guile that
> wasn't present in older versions, isn't it adaquate to test whether
> that function is in the guile library?
Typically the problem is that a function or macro or #define has changed
signature or semantics between two versions, rather than existence or
non-existence.
Bill