mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
*** empty log message ***
This commit is contained in:
parent
faa6b3dfb6
commit
1efc5155a3
2 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,8 @@ Fri Aug 23 03:02:46 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
|
|||
* gscm.c, init.c, root.c, throw.c: Bug fixes:
|
||||
last_debug_info_frame is now updated in all cases.
|
||||
|
||||
* stackchk.h, stackchk.c: Guile now performs stack checking.
|
||||
* __scm.h, stackchk.h, stackchk.c: Guile now performs stack
|
||||
checking.
|
||||
|
||||
Thu Aug 22 17:34:17 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
|
||||
|
||||
|
|
|
@ -201,7 +201,7 @@ void
|
|||
scm_init_error ()
|
||||
#endif
|
||||
{
|
||||
SCM_SYMBOL (system_error_sym, "%%system-error");
|
||||
system_error_sym = scm_permanent_object (SCM_CAR (scm_intern0 ("%%system-error")));
|
||||
#include "error.x"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue