diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-10 22:36:25 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-12 00:45:34 +0100 |
| commit | a83684db1c1f24b9d744e7b6078e819bf44d169d (patch) | |
| tree | 4e4b5f0001d87abeabdba1c5cdc394e8d214cb89 /types.h | |
| parent | 0086ccf0272fa195dca36845fde9c54149c72f0e (diff) | |
| download | nwc-a83684db1c1f24b9d744e7b6078e819bf44d169d.tar.gz | |
Support if/else
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ struct parse { struct lo_entry { + uint8_t op; const struct block *b; uint32_t pc, dst; } *entries; |
