Merge commit '629bd3702c2d3bb1e8cac96a439c75a7d086d7dc'

This commit is contained in:
Benjamin Vedder 2022-02-13 21:11:18 +01:00
commit 705b28cd13
2 changed files with 8 additions and 7 deletions

View File

@ -31,7 +31,7 @@
/** LBM minor version */
#define LBM_MINOR_VERSION 1
/** LBM patch revision */
#define LBM_PATCH_VERSION 0
#define LBM_PATCH_VERSION 1

View File

@ -1116,6 +1116,7 @@ static inline void cont_progn_rest(eval_context_t *ctx) {
if (lbm_type_of(lbm_cdr(rest)) == LBM_VAL_TYPE_SYMBOL &&
lbm_cdr(rest) == NIL) {
ctx->curr_exp = lbm_car(rest);
ctx->curr_env = env;
return;
}
// Else create a continuation