X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Flet_calloc.h;h=6caeb8d9ed1359b4fd1383225a3379aeb43ae371;hp=73e491458b3fa6b05cb5c3f163ed942983ef9222;hb=c9384515a81cb64d345b299908b2852f51bb8e6e;hpb=9bcb1df0786a8193d65949c857baaba2f4296e84 diff --git a/src/types/let_calloc.h b/src/types/let_calloc.h index 73e4914..6caeb8d 100644 --- a/src/types/let_calloc.h +++ b/src/types/let_calloc.h @@ -33,6 +33,7 @@ struct psi_let_calloc { struct psi_token *token; struct psi_num_exp *nmemb; struct psi_num_exp *size; + unsigned static_memory:1; }; struct psi_let_calloc *psi_let_calloc_init(struct psi_num_exp *nmemb, struct psi_num_exp *size);