diff options
Diffstat (limited to 'ir.h')
| -rw-r--r-- | ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ typedef enum { const char *node_type_name(NodeType t); typedef struct { - unsigned len, cap; + u32 len, cap; union { struct Node *sbo; struct Node **data; |
