summaryrefslogtreecommitdiff
path: root/libguile/error.h
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>1997-03-15 18:10:35 +0000
committerGary Houston <ghouston@arglist.com>1997-03-15 18:10:35 +0000
commita574455a13b6702c818ef58f706f68e3533d8640 (patch)
treeaab6eae61120f44d3095194a704c388bcab2b51c /libguile/error.h
parent1d80497659247a8cb817838f02b2962c9a675917 (diff)
downloadguile-a574455a13b6702c818ef58f706f68e3533d8640.tar.gz
* 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.
Diffstat (limited to 'libguile/error.h')
-rw-r--r--libguile/error.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/error.h b/libguile/error.h
index c8c12c88b..7327f27d6 100644
--- a/libguile/error.h
+++ b/libguile/error.h
@@ -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,