Merge branch 'master' into discrete-tests

This commit is contained in:
Gregory Lirent 2022-06-02 21:42:54 +03:00
commit 2e308f1a72
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1aabd17082d2b1bc09a2dfc0a720376f76e5ac07
Subproject commit 36d3de3ed3e5cbdf97d2688e76a2a6145fb4ee77

View File

@ -106,7 +106,7 @@ static vnode_t create_number(vtype xt, const void* v, vtype t) {
/*#####################################################################################################################*/
vnode_t hhttpc_vnode_create(const void* v, vtype t) {
vnode_t libcdsb_vnode_create(const void* v, vtype t) {
var_t _ = { .ptr = 0 };
switch (t) { default: abort();