aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-11 02:55:15 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-11 02:55:15 -0700
commitd0538fa25ffa60fc3ef17048aa2c46423a1bf036 (patch)
tree182cc28b637112337c41fdd0ca983713360fad4b /types.h
parent2f05677c98f655615ac0229924ded18dd8fe4e0d (diff)
Improved handling of CLI flags
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index 27e9388..f8899b3 100644
--- a/types.h
+++ b/types.h
@@ -81,7 +81,6 @@ typedef struct {
} def_t;
typedef struct {
- vm_op_t *pattern;
def_t *definitions;
size_t size, capacity;
} grammar_t;