stage4/generate_c/generate_c_vardecl.cc
changeset 997 7518955c875a
parent 971 8aee27d46208
child 1035 0a58b2720976
equal deleted inserted replaced
996:c752b113237b 997:7518955c875a
  2132             this->current_var_init_symbol->accept(*this);
  2132             this->current_var_init_symbol->accept(*this);
  2133             s4o.print(")");
  2133             s4o.print(")");
  2134           }
  2134           }
  2135           print_retain();
  2135           print_retain();
  2136           s4o.print(")");
  2136           s4o.print(")");
       
  2137           current_varqualifier = none_vq;
  2137 #if 0
  2138 #if 0
  2138       /* The following code would be for globalinit_vf !!
  2139       /* The following code would be for globalinit_vf !!
  2139        * But it is not currently required...
  2140        * But it is not currently required...
  2140        */
  2141        */
  2141       s4o.print(s4o.indent_spaces + "__ext_element_c<");
  2142       s4o.print(s4o.indent_spaces + "__ext_element_c<");