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>
master
Ran Benita 2021-03-30 20:34:11 +03:00
parent 8b09e1772c
commit 3a6c3b2c48
1 changed files with 0 additions and 1 deletions

View 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;