diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-13 00:09:06 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-13 00:09:06 +0200 |
| commit | 98c18a13d25075e1bc876885bb95267ed9f2a1f8 (patch) | |
| tree | 72a492999f4848f85a22aba4f1f30ab4cfa323fc /parse.h | |
| parent | e097a4306efd2a45a531d2da09de634f80ba30f1 (diff) | |
outline state management; change maybe macro
Diffstat (limited to 'parse.h')
| -rw-r--r-- | parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ typedef enum { // TODO: add the |& thingy } Connector; -DECLARE_MAYBE(Connector) +DECLARE_MAYBE(Connector, MaybeConnector) typedef struct { Command cmd; |
