1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1996-08-23 01:22:39 +00:00
parent faa6b3dfb6
commit 1efc5155a3
2 changed files with 3 additions and 2 deletions

View file

@ -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: * gscm.c, init.c, root.c, throw.c: Bug fixes:
last_debug_info_frame is now updated in all cases. 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> Thu Aug 22 17:34:17 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>

View file

@ -201,7 +201,7 @@ void
scm_init_error () scm_init_error ()
#endif #endif
{ {
SCM_SYMBOL (system_error_sym, "%%system-error"); system_error_sym = scm_permanent_object (SCM_CAR (scm_intern0 ("%%system-error")));
#include "error.x" #include "error.x"
} }