1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

* eval.c, tags.h, print.c (SCM_IM_SLOT_REF, SCM_IM_SLOT_SET_X):

New isym operations.
This commit is contained in:
Mikael Djurfeldt 1999-07-29 18:13:14 +00:00
parent de3ca191c0
commit 29ff38c406

View file

@ -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}.
*