num_exp: bitwise ops and op precedence
[m6w6/ext-psi] / src / types / free_stmt.h
index 1c88cfc5625171288572967e7b10a4074f840f7e..c0fb9980850865c8dcc815430d3a0bab68728e60 100644 (file)
@@ -32,6 +32,7 @@ struct psi_impl;
 struct psi_call_frame;
 
 struct psi_free_stmt {
+       struct psi_token *token;
        struct psi_plist *exps;
 };