This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Attention: Backward incompatible change to the snapshot


Those of you who have used C level interface to Guile's exception
handling in your applications (scm_internal_catch and friends) should
note that catch body functions (scm_catch_body_t) no longer take a
second argument.  They now only take one argument (body data pointer).

It is unfortunate to make a backward incompatible change, but it is
better to make the change now than later.

/mdj