mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 16:50:21 +02:00
* posix.c (scm_uname): throw an error if uname fails instead
of returning errno. * error.h (scm_errno, scm_perror): obsolete prototypes removed. * error.c (err_head, scm_errno, scm_perror): obsolete procedures removed. * async.c (scm_ints_disabled): definition moved from error.c.
This commit is contained in:
parent
1d80497659
commit
a574455a13
5 changed files with 19 additions and 67 deletions
|
@ -84,7 +84,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
|
||||
/* True between SCM_DEFER_INTS and SCM_ALLOW_INTS, and
|
||||
* when the interpreter is not running at all.
|
||||
*/
|
||||
int scm_ints_disabled = 1;
|
||||
|
||||
unsigned int scm_async_clock = 20;
|
||||
static unsigned int scm_async_rate = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue