mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +02:00
Renamed the "frames" that are related to dynamic-wind to "dynamic
contexts. Renamed all functions from scm_frame_ to scm_dynwind_. Updated documentation.
This commit is contained in:
parent
15ccf10bf2
commit
661ae7ab6b
43 changed files with 462 additions and 449 deletions
|
@ -93,7 +93,7 @@ SCM_API int scm_i_pthread_key_create (scm_i_pthread_key_t *key,
|
|||
/* Convenience functions
|
||||
*/
|
||||
#define scm_i_scm_pthread_mutex_lock scm_i_pthread_mutex_lock
|
||||
#define scm_i_frame_pthread_mutex_lock scm_i_pthread_mutex_lock
|
||||
#define scm_i_dynwind_pthread_mutex_lock scm_i_pthread_mutex_lock
|
||||
#define scm_i_scm_pthread_cond_wait scm_i_pthread_cond_wait
|
||||
#define scm_i_scm_pthread_cond_timedwait scm_i_pthread_cond_timedwait
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue