mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 22:01:36 -08:00
- Export MP:*CURRENT-PROCESS* from MP package, not from COMMON-LISP
This commit is contained in:
parent
46331af806
commit
ff56f1e48d
1 changed files with 1 additions and 1 deletions
|
|
@ -1485,7 +1485,7 @@ cl_symbols[] = {
|
|||
#ifdef ECL_THREADS
|
||||
{MP_ "PROCESS", MP_ORDINARY, NULL, -1, OBJNULL},
|
||||
{MP_ "LOCK", MP_ORDINARY, NULL, -1, OBJNULL},
|
||||
{MP_ "*CURRENT-PROCESS*", CL_SPECIAL, NULL, -1, OBJNULL},
|
||||
{MP_ "*CURRENT-PROCESS*", MP_SPECIAL, NULL, -1, OBJNULL},
|
||||
{MP_ "ALL-PROCESSES", MP_ORDINARY, mp_all_processes, 0, OBJNULL},
|
||||
{MP_ "EXIT-PROCESS", MP_ORDINARY, mp_exit_process, 0, OBJNULL},
|
||||
{MP_ "MAKE-PROCESS", MP_ORDINARY, mp_make_process, -1, OBJNULL},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue