stage4/generate_c/search_type_code.c
changeset 153 6aed920024f9
parent 149 05ca171a3d57
child 165 83963465b773
--- a/stage4/generate_c/search_type_code.c	Wed Nov 26 09:06:26 2008 +0100
+++ b/stage4/generate_c/search_type_code.c	Wed Nov 26 09:06:52 2008 +0100
@@ -13389,7 +13389,7 @@
             symbol_c *IN_type_symbol = search_expression_type->get_type(IN_param_value);
             last_type_symbol = last_type_symbol && search_expression_type->is_same_type(IN_type_symbol, last_type_symbol) ? search_expression_type->common_type(IN_type_symbol, last_type_symbol) : IN_type_symbol ;
             
-            if(search_expression_type->is_num_type(IN_type_symbol))
+            
             {
         
                 symbol_c * return_type_symbol = last_type_symbol;
@@ -25641,7 +25641,7 @@
             symbol_c *IN_type_symbol = param_data_type;
             last_type_symbol = param_data_type;
             
-            if(search_expression_type->is_num_type(IN_type_symbol))
+            
             {
         
                 symbol_c * return_type_symbol = last_type_symbol;