This part of the union is used with other cast types as well, so let's include those in the comment. Signed-off-by: Tycho Andersen <tycho@xxxxxxxx> --- expression.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expression.h b/expression.h index ba4157f..fece40d 100644 --- a/expression.h +++ b/expression.h @@ -187,7 +187,7 @@ struct expression { struct expression *base; unsigned r_bitpos, r_nrbits; }; - // EXPR_CAST and EXPR_SIZEOF + // EXPR_CAST, FORCE_CAST, EXPR_IMPLIED_CAST and EXPR_SIZEOF struct /* cast_arg */ { struct symbol *cast_type; struct expression *cast_expression; -- 2.19.1