Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> --- expression.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/expression.c b/expression.c index 457e1fd..cf076a9 100644 --- a/expression.c +++ b/expression.c @@ -544,6 +544,7 @@ static struct token *unary_expression(struct token *token, struct expression **t } type_information[] = { { &sizeof_ident, EXPR_SIZEOF }, { &__alignof___ident, EXPR_ALIGNOF }, + { &__alignof_ident, EXPR_ALIGNOF }, { &__sizeof_ptr___ident, EXPR_PTRSIZEOF }, }; int i; -- 1.5.0-rc2.GIT - To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html