From a213b4eaa153c196b0e2d50c2bd334911c883164 Mon Sep 17 00:00:00 2001 From: Marius Gerbershagen Date: Sat, 28 Jun 2025 20:02:59 +0200 Subject: [PATCH] fix typo preventing non-threaded builds from working Introduced in the refactor in commit ecaa73155b1ec01d31a522f42011e023da58dbc1 --- src/h/external.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h/external.h b/src/h/external.h index e1af3207b..137249f62 100755 --- a/src/h/external.h +++ b/src/h/external.h @@ -101,8 +101,8 @@ struct cl_env_struct { cl_object stack_frame; /* Current stack frame */ /* -- System Processes (native threads) ------------------------------ */ -#ifdef ECL_THREADS cl_object own_process; /* Backpointer to the host process. */ +#ifdef ECL_THREADS int cleanup; #endif