X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=9b7e5587f9cd6e11912cd439b9be72e4c290490a;hp=bb7a3170a7c108a51d6792cb5588fee64e1a9ac0;hb=988b4b49606724ef4275a25d8ea95fdc2792ee51;hpb=4937fa51c0a8a403c0d95753b40e8f7be1bce05f diff --git a/ast.h b/ast.h index bb7a317..9b7e558 100644 --- a/ast.h +++ b/ast.h @@ -251,7 +251,7 @@ struct ast_binary_s ast_expression *left; ast_expression *right; ast_binary_ref refs; - + bool right_first; }; ast_binary* ast_binary_new(lex_ctx_t ctx, int op,