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:
parent
9518bec3de
commit
01f61221f4
8 changed files with 30 additions and 75 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue