1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* error.c, eval.c, load.c, stackchk.c: use scm_error not lgh_error.

* __scm.h (lgh_error): removed, lgh shouldn't be in libguile.

* stime.c, stime.h: use SCM_P method.
This commit is contained in:
Gary Houston 1996-10-12 21:59:40 +00:00
parent 9518bec3de
commit 01f61221f4
8 changed files with 30 additions and 75 deletions

View file

@ -57,7 +57,7 @@ void
scm_report_stack_overflow ()
{
scm_stack_checking_enabled_p = 0;
lgh_error (scm_stack_overflow_key,
scm_error (scm_stack_overflow_key,
NULL,
"Stack overflow",
SCM_BOOL_F,