mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 00:30:21 +02:00
Threading changes.
This commit is contained in:
parent
be1b896c82
commit
a54a94b397
34 changed files with 1298 additions and 1127 deletions
|
@ -23,8 +23,10 @@
|
|||
|
||||
|
||||
#include "libguile/__scm.h"
|
||||
#include "libguile/threads.h"
|
||||
|
||||
|
||||
SCM_API pthread_mutex_t scm_i_init_mutex;
|
||||
SCM_API int scm_initialized_p;
|
||||
|
||||
SCM_API void scm_init_guile (void);
|
||||
|
@ -35,6 +37,8 @@ SCM_API void scm_boot_guile (int argc, char **argv,
|
|||
char **argv),
|
||||
void *closure);
|
||||
|
||||
SCM_API void scm_i_init_guile (SCM_STACKITEM *base);
|
||||
|
||||
SCM_API void scm_load_startup_files (void);
|
||||
|
||||
#endif /* SCM_INIT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue