core: add a macro ecl_frs_pop_n

This commit is contained in:
Daniel Kochmański 2023-11-15 10:27:55 +01:00
parent 17f1c5b356
commit ceddb1559b

View file

@ -312,6 +312,7 @@ extern ECL_API ecl_frame_ptr _ecl_frs_push(cl_env_ptr);
ecl_enable_interrupts_env(env)
#define ecl_frs_pop(env) ((env)->frs_top--)
#define ecl_frs_pop_n(env,n) ((env)->frs_top-=n)
/*******************
* ARGUMENTS STACK