summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index dc0d817..de945ed 100644
--- a/types.h
+++ b/types.h
@@ -387,6 +387,7 @@ typedef struct {
Location where;
U16 flags;
size_t size; /* size of this struct during compile time */
+ size_t align;
struct {
Identifier name;
IdentID id;