static memory for let_calloc
[m6w6/ext-psi] / src / types / let_calloc.h
index 73e491458b3fa6b05cb5c3f163ed942983ef9222..6caeb8d9ed1359b4fd1383225a3379aeb43ae371 100644 (file)
@@ -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);