diff options
author | Marvin Borner | 2023-04-13 16:44:53 +0200 |
---|---|---|
committer | Marvin Borner | 2023-04-13 16:44:53 +0200 |
commit | 43996255f614ac57deb2fc0666f221853c60b343 (patch) | |
tree | 0d7837a2522ded082a17722f7b51fd305918bac4 /inc/parse.h | |
parent | 3fec61c52b2636397012b82219e1ae5d19fc9fc0 (diff) |
Options and fixes
Diffstat (limited to 'inc/parse.h')
-rw-r--r-- | inc/parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parse.h b/inc/parse.h index c8cafed..2071f65 100644 --- a/inc/parse.h +++ b/inc/parse.h @@ -12,7 +12,6 @@ struct bloc_parsed { size_t length; struct term **entries; - struct term *term; }; struct term *parse_blc(const char *term); |