Commit 3a6c3b2c48614d6ce94cc89a349c3f422e429931

Ran Benita 2021-03-30T20:34:11

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 <ran@unusedvar.com>

1
2
3
4
5
6
7
8
9
10
11
12
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;