mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-05-10 17:41:10 -07:00
squash [3/n]
This commit is contained in:
parent
8fc02f287a
commit
6bb70627bf
1 changed files with 1 additions and 0 deletions
|
|
@ -369,6 +369,7 @@ destroy_process(void)
|
|||
ecl_def_ct_base_string(str_process, "PROCESS", 7, static, const);
|
||||
|
||||
static struct ecl_module module_process = {
|
||||
.t = t_module,
|
||||
.name = str_process,
|
||||
.create = create_process,
|
||||
.enable = ecl_module_no_op,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue