diff options
author | Rob Browning <rlb@defaultvalue.org> | 2001-04-27 21:08:44 +0000 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2001-04-27 21:08:44 +0000 |
commit | 8a7fb63c90b94738d9797080409dcb078fa3e8f7 (patch) | |
tree | 7e00c7593b41ff17ec658a9222678c861ad76e2c /libguile/error.h | |
parent | 3a2ad295bc18d4693950734050c61b375d0454bb (diff) | |
download | guile-8a7fb63c90b94738d9797080409dcb078fa3e8f7.tar.gz |
* error.h (scm_sysmissing): deprecation expired - removed.
Diffstat (limited to 'libguile/error.h')
-rw-r--r-- | libguile/error.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/error.h b/libguile/error.h index ea7d8d2fc..cfdc604a1 100644 --- a/libguile/error.h +++ b/libguile/error.h @@ -87,7 +87,6 @@ extern void scm_init_error (void); #if (SCM_DEBUG_DEPRECATED == 0) -extern void scm_sysmissing (const char *subr) SCM_NORETURN; extern SCM scm_wta (SCM arg, const char *pos, const char *s_subr); #endif /* SCM_DEBUG_DEPRECATED == 0 */ |