mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-12 07:50:26 -07:00
cosmetic: align slot
This commit is contained in:
parent
903156b8d6
commit
23e02dbd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ typedef struct ecl_frame {
|
|||
jmp_buf frs_jmpbuf;
|
||||
cl_object frs_val;
|
||||
cl_index frs_bds_top_index;
|
||||
ecl_ihs_ptr frs_ihs;
|
||||
ecl_ihs_ptr frs_ihs;
|
||||
cl_index frs_sp;
|
||||
} *ecl_frame_ptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue