fix typo preventing non-threaded builds from working

Introduced in the refactor in commit
ecaa73155b
This commit is contained in:
Marius Gerbershagen 2025-06-28 20:02:59 +02:00
parent b0f7711bd1
commit a213b4eaa1

View file

@ -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