summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-01-04 17:44:16 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-01-04 17:44:16 -0500
commit17e7ff348aaacfebc1b2512ca69ed4348d3dd92a (patch)
treeba837910a3d259291622508a809142e77862f9e4 /types.h
parent1b0ee77dcbbd50b691f7cae99a752304b3798c81 (diff)
finished export_expr
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 9100652..e608950 100644
--- a/types.h
+++ b/types.h
@@ -527,7 +527,7 @@ enum {
};
typedef struct EachExpr {
- U16 flags;
+ U8 flags;
struct {
IdentID id;
} c;