mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 19:44:10 +02:00
* tags.h (SCM_IM_DELAY): New immediate symbol.
This commit is contained in:
parent
ccd0e478a6
commit
453e9dac93
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ extern char *scm_isymnames[]; /* defined in print.c */
|
|||
#define SCM_IM_1_IFY SCM_MAKISYM(30)
|
||||
#define SCM_IM_BIND SCM_MAKISYM(31)
|
||||
|
||||
#define SCM_IM_DELAY SCM_MAKISYM(32)
|
||||
|
||||
#define SCM_UNBNDP(x) (SCM_UNDEFINED==(x))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue