ast: remove comment re. anonymous struct
authorRan Benita <ran@unusedvar.com>
Tue, 30 Mar 2021 17:34:11 +0000 (20:34 +0300)
committerRan Benita <ran@unusedvar.com>
Tue, 30 Mar 2021 17:42:31 +0000 (20:42 +0300)
C11 is not sufficient for this, needs `--ms-extensions` which we don't
want to enable.

Signed-off-by: Ran Benita <ran@unusedvar.com>
src/xkbcomp/ast.h

index ee61106..6c51ce4 100644 (file)
@@ -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;