starting subt implementation

This commit is contained in:
Ellen Arvidsson 2025-06-25 13:10:05 +02:00
parent 7d23372846
commit 0344ec69b0
8 changed files with 231 additions and 17 deletions

View file

@ -122,7 +122,7 @@ struct spho_scope {
struct spho_nom_l noms;
struct spho_tp_alloc_l tps;
struct spho_prebind *bind;
struct spho_prebind *bind_loc;
SLIST_ENTRY(spho_scope) next;
};