diff -r e22150ad75fd -r 1619b2fe03e1 stage3/fill_candidate_datatypes.hh --- a/stage3/fill_candidate_datatypes.hh Wed Mar 14 19:31:17 2012 +0000 +++ b/stage3/fill_candidate_datatypes.hh Wed Mar 14 20:01:50 2012 +0000 @@ -89,6 +89,7 @@ void handle_implicit_il_fb_call(symbol_c *il_instruction, const char *param_name, symbol_c *&called_fb_declaration); void *handle_binary_expression(const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr); void *handle_binary_operator (const struct widen_entry widen_table[], symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr); + void *handle_conditional_il_flow_control_operator(symbol_c *symbol); /* a helper function... */ symbol_c *base_type(symbol_c *symbol);