mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 06:30:32 -07:00
fix typo preventing non-threaded builds from working
Introduced in the refactor in commit
ecaa73155b
This commit is contained in:
parent
b0f7711bd1
commit
a213b4eaa1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue