stage4/generate_c/generate_c_vardecl.cc
changeset 810 d9c48ad646f1
parent 805 b737cfc92614
child 854 13d0b67de111
equal deleted inserted replaced
809:9204559768f1 810:d9c48ad646f1
  1481    */
  1481    */
  1482 
  1482 
  1483   /* Start off by setting the current_var_type_symbol and
  1483   /* Start off by setting the current_var_type_symbol and
  1484    * current_var_init_symbol private variables...
  1484    * current_var_init_symbol private variables...
  1485    */
  1485    */
  1486   update_type_init(symbol);
  1486   update_type_init(symbol->fb_spec_init);
  1487 
  1487 
  1488   /* now to produce the c equivalent... */
  1488   /* now to produce the c equivalent... */
  1489   symbol->fb_name_list->accept(*this);
  1489   symbol->fb_name_list->accept(*this);
  1490 
  1490 
  1491   /* Values no longer in scope, and therefore no longer used.
  1491   /* Values no longer in scope, and therefore no longer used.