stage4/generate_c/generate_c_inlinefcall.cc
changeset 851 2c59c2b8fca4
parent 844 39c755f41ee8
child 852 efb44e892582
equal deleted inserted replaced
850:484beb3b1dcb 851:2c59c2b8fca4
   254         s4o.print(GET_VAR);
   254         s4o.print(GET_VAR);
   255       s4o.print("(");
   255       s4o.print("(");
   256 
   256 
   257       wanted_variablegeneration = complextype_base_vg;
   257       wanted_variablegeneration = complextype_base_vg;
   258       symbol->accept(*this);
   258       symbol->accept(*this);
   259       if (search_var_instance_decl->type_is_complex(symbol))
   259       s4o.print(",");
   260         s4o.print(",");
       
   261       wanted_variablegeneration = complextype_suffix_vg;
   260       wanted_variablegeneration = complextype_suffix_vg;
   262       symbol->accept(*this);
   261       symbol->accept(*this);
   263       s4o.print(")");
   262       s4o.print(")");
   264       wanted_variablegeneration = expression_vg;
   263       wanted_variablegeneration = expression_vg;
   265       return NULL;
   264       return NULL;