stage4/generate_cc/search_expression_type.cc
changeset 35 9f3d6c089533
parent 33 4507beb2aac6
child 38 6cce7d14647e
--- a/stage4/generate_cc/search_expression_type.cc	Tue Jun 19 08:42:10 2007 +0200
+++ b/stage4/generate_cc/search_expression_type.cc	Thu Jun 21 10:22:32 2007 +0200
@@ -158,21 +158,18 @@
       if ((typeid(*first_type) == typeid(constant_real_type_name_c) && is_real_type(second_type))) {return second_type;}
       return NULL;
     }
-    
-  private:
-
+
+#include "search_type_code.c"
+
+#if 0
   void *compute_standard_function_st(function_invocation_c *symbol) {
-#if 0
     symbol_c *current_type = NULL;
     symbol_c *return_type = NULL;
-#endif
 
     function_type_t current_function_type = get_function_type((identifier_c *)symbol->function_name);
     function_call_param_iterator_c function_call_param_iterator(symbol);
     search_expression_type_c* search_expression_type = this;
-    #include "search_type_code.c"
-    
-#if 0
+    
     for(int current_param = 0; current_param < ((list_c *)symbol->parameter_assignment_list)->n; current_param++) {
       symbol_c *param_name = NULL;
       switch (current_function_type) {
@@ -259,11 +256,7 @@
       }
     }
     return (void *)return_type;
-#endif
-    
-  }
-
-  public:
+  }
 
   void *compute_standard_function_il(il_function_call_c *symbol, symbol_c *param_type) {
     /*symbol_c *current_type = NULL;*/
@@ -310,6 +303,7 @@
     
     return (void *)return_type;
   }
+#endif
 
   /*static bool_type_name_c bool_type_name;*/