1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 07:30:32 +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

@ -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"
}