From 23e02dbd9d80eff68d0823213ae6a8f67c2189f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Tue, 9 Jul 2019 18:16:13 +0200 Subject: [PATCH] cosmetic: align slot --- src/h/stacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h/stacks.h b/src/h/stacks.h index 3fa64e668..fd10ebae9 100755 --- a/src/h/stacks.h +++ b/src/h/stacks.h @@ -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;