stage4/generate_c/generate_c_vardecl.cc
changeset 1035 0a58b2720976
parent 998 694127983aa4
parent 997 7518955c875a
child 1037 bf39078476e4
equal deleted inserted replaced
1034:f802b5494d56 1035:0a58b2720976
  2135             this->current_var_init_symbol->accept(*this);
  2135             this->current_var_init_symbol->accept(*this);
  2136             s4o.print(")");
  2136             s4o.print(")");
  2137           }
  2137           }
  2138           print_retain();
  2138           print_retain();
  2139           s4o.print(")");
  2139           s4o.print(")");
       
  2140           current_varqualifier = none_vq;
  2140 #if 0
  2141 #if 0
  2141       /* The following code would be for globalinit_vf !!
  2142       /* The following code would be for globalinit_vf !!
  2142        * But it is not currently required...
  2143        * But it is not currently required...
  2143        */
  2144        */
  2144       s4o.print(s4o.indent_spaces + "__ext_element_c<");
  2145       s4o.print(s4o.indent_spaces + "__ext_element_c<");