fixes, -O3

This commit is contained in:
ProgramSnail 2025-03-16 11:03:16 +03:00
parent 2e59845cec
commit 616ffd7a5c
3 changed files with 6 additions and 4 deletions

View file

@ -105,7 +105,9 @@ void *Lstring(aint *p);
void *Bclosure(aint *args, aint bn);
void *Barray(aint *args, aint bn);
void *Barray_rev(aint *args, aint bn);
void *Bsexp(aint *args, aint bn);
void *Bsexp_rev(aint *args, aint bn);
aint Btag(void *d, aint t, aint n);
aint get_tag(data *d);