squash [3/n]

This commit is contained in:
Daniel Kochmański 2026-03-15 09:43:25 +01:00
parent 8fc02f287a
commit 6bb70627bf

View file

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