*** empty log message ***
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 23 Aug 1996 01:22:39 +0000 (01:22 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 23 Aug 1996 01:22:39 +0000 (01:22 +0000)
libguile/ChangeLog
libguile/error.c

index e5d6ca0..bd9eed3 100644 (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:
        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>
 
index f16163b..2be3f12 100644 (file)
@@ -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"
 }