X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=14d38d886458efb76207fe878b2a2d46aacee1f0;hp=9b554214361258d9ddebf140e5107ccdaee7466f;hb=1e9d3e43cb17c3518eb6371a3b3ba37453c1bc4a;hpb=3593a1b6b89ff690b8e89a31707468aad014b7b1 diff --git a/ast.h b/ast.h old mode 100644 new mode 100755 index 9b55421..14d38d8 --- a/ast.h +++ b/ast.h @@ -238,7 +238,7 @@ struct ast_binary_s ast_expression *left; ast_expression *right; ast_binary_ref refs; - + }; ast_binary* ast_binary_new(lex_ctx ctx, int op,