diff options
author | Mark H Weaver <mhw@netris.org> | 2014-06-01 19:08:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-06-01 19:12:25 -0400 |
commit | 12c6a47773041ff5d0a3553421d2f358d9e479a9 (patch) | |
tree | bfeeb6ccc9c687bae75a8a678532867a1c79383a /THANKS | |
parent | a43fa1b70688b09a9eecac3c2ce8e9adea63bab6 (diff) |
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.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |