mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
stacks.h: fixed typo in the definition of CL_CATCH_END
This commit is contained in:
parent
6d3eda35c4
commit
710bfbac2e
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ extern ECL_API ecl_frame_ptr _ecl_frs_push(register cl_env_ptr, register cl_obje
|
|||
if (ecl_frs_push(__the_env,tag) == 0) {
|
||||
|
||||
#define CL_CATCH_END } \
|
||||
frs_pop(); } while (0)
|
||||
ecl_frs_pop(__the_env); } while (0)
|
||||
|
||||
#define CL_CATCH_ALL_BEGIN(the_env) do { \
|
||||
const cl_env_ptr __the_env = (the_env); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue