stage4/generate_c/generate_c_inlinefcall.cc
changeset 321 a96399ab57c2
parent 279 c0453b7f99df
child 332 0f1d91a37506
equal deleted inserted replaced
320:4df13059b982 321:a96399ab57c2
   310           symbol->subscripted_variable->accept(*this);
   310           symbol->subscripted_variable->accept(*this);
   311           break;
   311           break;
   312         case complextype_suffix_vg:
   312         case complextype_suffix_vg:
   313           symbol->subscripted_variable->accept(*this);
   313           symbol->subscripted_variable->accept(*this);
   314 
   314 
   315           current_array_type = search_varfb_instance_type->get_rawtype(symbol->subscripted_variable);
   315           current_array_type = search_varfb_instance_type->get_type_id(symbol->subscripted_variable);
   316           if (current_array_type == NULL) ERROR;
   316           if (current_array_type == NULL) ERROR;
   317 
   317 
   318           s4o.print(".table");
   318           s4o.print(".table");
   319           symbol->subscript_list->accept(*this);
   319           symbol->subscript_list->accept(*this);
   320 
   320