X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=parser.h;h=51140be9781325ed369c37acfadad595575d7498;hb=7024ebfe7ff199e45ef9b6bfd627cb757d571f99;hp=5c24650738ee23b6e6cba7df48b72e2650a6eddb;hpb=869905388781e978c4d3a5e4adcf999f19c4a099;p=xonotic%2Fgmqcc.git diff --git a/parser.h b/parser.h index 5c24650..51140be 100644 --- a/parser.h +++ b/parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 + * Copyright (C) 2012, 2013, 2014 * Wolfgang Bumiller * Dale Weiler * @@ -134,7 +134,7 @@ bool fold_generate (fold_t *, ir_builder *); ast_expression *fold_op (fold_t *, const oper_info *, ast_expression **); ast_expression *fold_intrin (fold_t *, const char *, ast_expression **); -ast_expression *fold_superfluous (ast_expression *, ast_expression *, int); +ast_expression *fold_binary (lex_ctx_t ctx, int, ast_expression *, ast_expression *); int fold_cond_ifthen (ir_value *, ast_function *, ast_ifthen *); int fold_cond_ternary (ir_value *, ast_function *, ast_ternary *);