summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2021-03-30 20:34:11 +0300
committerRan Benita <ran@unusedvar.com>2021-03-30 20:42:31 +0300
commit3a6c3b2c48614d6ce94cc89a349c3f422e429931 (patch)
tree708bb2a785faddd55ffb9ada5dd1223dc4c4f4bd /src
parent8b09e1772c142688a9c34f14f777ecd04d7941c8 (diff)
downloadxorg-lib-libxkbcommon-3a6c3b2c48614d6ce94cc89a349c3f422e429931.tar.gz
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>
Diffstat (limited to 'src')
-rw-r--r--src/xkbcomp/ast.h1
1 files changed, 0 insertions, 1 deletions
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;