1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Mark system async functions as SCM_API.

Fixes <http://bugs.gnu.org/17661>.
Reported and fixed by Chris Vine <chris@cvine.freeserve.co.uk>.

* libguile/async.h (scm_c_call_with_blocked_asyncs)
  (scm_c_call_with_unblocked_asyncs, scm_dynwind_block_asyncs)
  (scm_dynwind_unblock_asyncs): Mark as SCM_API.

* THANKS: Add Chris Vine to fixes section.
This commit is contained in:
Mark H Weaver 2014-06-01 19:08:25 -04:00
parent a43fa1b706
commit 12c6a47773
2 changed files with 7 additions and 5 deletions

1
THANKS
View file

@ -182,6 +182,7 @@ For fixes or providing information which led to a fix:
Aaron VanDevender
Sjoerd Van Leent
Andreas Vögele
Chris Vine
Michael Talbot-Wilson
Michael Tuexen
Xin Wang