mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
*** empty log message ***
This commit is contained in:
parent
a61f4e0c61
commit
d2e53ed6f8
56 changed files with 392 additions and 923 deletions
|
@ -77,7 +77,7 @@ typedef struct
|
|||
+ scm_tc3_closure))
|
||||
#define SCM_ENV(x) SCM_CELL_OBJECT_1 (x)
|
||||
#define SCM_SETENV(x, e) SCM_SET_CELL_OBJECT_1 ((x), (e))
|
||||
#define SCM_TOP_LEVEL(ENV) (SCM_NULLP (ENV) || (scm_is_true (scm_procedure_p (SCM_CAR (ENV)))))
|
||||
#define SCM_TOP_LEVEL(ENV) (scm_is_null (ENV) || (scm_is_true (scm_procedure_p (SCM_CAR (ENV)))))
|
||||
|
||||
/* Procedure-with-setter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue