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:
parent
de3ca191c0
commit
29ff38c406
1 changed files with 2 additions and 0 deletions
|
@ -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}.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue