diff options
-rw-r--r-- | libguile/eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/eval.h b/libguile/eval.h index 1a4864191..fdccc682c 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -105,6 +105,7 @@ extern SCM scm_i_apply; #define SCM_GLOC_SYM(x) (SCM_CAR((x)-1L)) #define SCM_GLOC_VAL(x) (SCM_CDR((x)-1L)) +#define SCM_GLOC_VAL_LOC(x) (SCM_CDRLOC((x)-1L)) |