From 3a6c3b2c48614d6ce94cc89a349c3f422e429931 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 30 Mar 2021 20:34:11 +0300 Subject: ast: remove comment re. anonymous struct C11 is not sufficient for this, needs `--ms-extensions` which we don't want to enable. Signed-off-by: Ran Benita --- src/xkbcomp/ast.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/xkbcomp/ast.h b/src/xkbcomp/ast.h index ee61106..6c51ce4 100644 --- a/src/xkbcomp/ast.h +++ b/src/xkbcomp/ast.h @@ -243,7 +243,6 @@ typedef struct { union ExprDef { ParseCommon common; - /* Maybe someday we can use C11 anonymous struct for ExprCommon here. */ ExprCommon expr; ExprIdent ident; ExprString string; -- cgit v1.2.1