diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-11-23 12:40:14 +0100 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-11-23 12:40:14 +0100 |
| commit | 9c0110122693400366bd52a49b7d4645eae3de57 (patch) | |
| tree | adf879efa78fdb34d605b8d636a02ade1f50f672 /inc | |
| parent | e63c2a09a54c28dbcaaee48de2008fd5c3a7bf81 (diff) | |
Explicitly state the parameter index
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/cad/construction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cad/construction.h b/inc/cad/construction.h index eee5fa3..9f4b9ca 100644 --- a/inc/cad/construction.h +++ b/inc/cad/construction.h @@ -56,6 +56,7 @@ struct command { uint8_t root; bool hidden; + size_t index; struct element *arg1; struct element *arg2; struct element *arg3; |
