stage4/generate_cc/generate_location_list.cc
changeset 55 8b7a21820737
parent 41 8998c8b24b60
child 58 273d6d5cec9d
equal deleted inserted replaced
54:66925599259a 55:8b7a21820737
   121       s4o.print("__LOCATED_VAR(");
   121       s4o.print("__LOCATED_VAR(");
   122       current_var_type_symbol->accept(*generate_cc_base);
   122       current_var_type_symbol->accept(*generate_cc_base);
   123       s4o.print(",");
   123       s4o.print(",");
   124       /* Do not use print_token() as it will change everything into uppercase */
   124       /* Do not use print_token() as it will change everything into uppercase */
   125       s4o.printlocation((symbol->value)+1);
   125       s4o.printlocation((symbol->value)+1);
       
   126       s4o.print(",");
       
   127       s4o.printlocation_comasep((symbol->value)+1);
   126       s4o.print(")\n");
   128       s4o.print(")\n");
   127       return NULL;
   129       return NULL;
   128     }
   130     }
   129 
   131 
   130 
   132