update readme
[m6w6/ext-psi] / src / types / let_calloc.h
index 73e491458b3fa6b05cb5c3f163ed942983ef9222..04bfa4144960cd5c2e2c10d423a3736af9bfd96d 100644 (file)
@@ -33,10 +33,11 @@ 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);
 void psi_let_calloc_free(struct psi_let_calloc **alloc_ptr);
-void psi_let_calloc_dump(int fd, struct psi_let_calloc *alloc);
+void psi_let_calloc_dump(struct psi_dump *dump, struct psi_let_calloc *alloc);
 
 #endif