mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
core: add a macro ecl_frs_pop_n
This commit is contained in:
parent
17f1c5b356
commit
ceddb1559b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue