aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.c b/parse.c
index 66b8112..f81b19f 100644
--- a/parse.c
+++ b/parse.c
@@ -1698,6 +1698,7 @@ static struct token *pointer(struct token *token, struct decl_state *ctx)
ctx->ctype.base_type = ptr;
ctx->ctype.as = 0;
ctx->ctype.contexts = NULL;
+ ctx->ctype.alignment = 0;
token = handle_qualifiers(token->next, ctx);
ctx->ctype.base_type->endpos = token->pos;