1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 18:20:22 +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:
Gary Houston 1997-03-15 18:10:35 +00:00
parent 1d80497659
commit a574455a13
5 changed files with 19 additions and 67 deletions

View file

@ -59,9 +59,6 @@ extern int scm_ints_disabled;
#define SCM_NORETURN
#endif
extern SCM scm_errno SCM_P ((SCM arg));
extern SCM scm_perror SCM_P ((SCM arg));
extern void scm_error SCM_P ((SCM key, char *subr, char *message,
SCM args, SCM rest)) SCM_NORETURN;
extern void (*scm_error_callback) SCM_P ((SCM key, char *subr,