From 29ff38c406747b10cd1ac401fa174b67761ac0e7 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 29 Jul 1999 18:13:14 +0000 Subject: [PATCH] * eval.c, tags.h, print.c (SCM_IM_SLOT_REF, SCM_IM_SLOT_SET_X): New isym operations. --- libguile/tags.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libguile/tags.h b/libguile/tags.h index 4192b4778..cc37e704e 100644 --- a/libguile/tags.h +++ b/libguile/tags.h @@ -439,6 +439,8 @@ enum scm_tags #define SCM_MAKISYM(n) (((n)<<9)+0x74L) #define SCM_MAKIFLAG(n) (((n)<<9)+0x174L) +extern char *scm_isymnames[]; /* defined in print.c */ + /* This table must agree with the declarations * in repl.c: {Names of immediate symbols}. *