From: fennecdjay Date: Wed, 9 Oct 2019 20:43:43 +0000 (+0200) Subject: :art: Complete spid import X-Git-Tag: nightly~2198^2~53 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=71ee3bd424410c436e40d163e0223ad2b48fc853;p=gwion.git :art: Complete spid import --- diff --git a/src/lib/import.c b/src/lib/import.c index b3d33d24..756c2c45 100644 --- a/src/lib/import.c +++ b/src/lib/import.c @@ -723,6 +723,7 @@ ANN void gwi_specialid(const Gwi gwi, const m_str id, const SpecialId spid) { a->ck = spid->ck; a->exec = spid->exec; a->em = spid->em; + a->const = spi->is_const; map_set(&gwi->gwion->data->id, (vtype)insert_symbol(gwi->gwion->st, id), (vtype)a); gwi_reserve(gwi, id); }