stage4/generate_c/generate_var_list.cc
changeset 810 d9c48ad646f1
parent 805 b737cfc92614
child 898 343989fb05fb
equal deleted inserted replaced
809:9204559768f1 810:d9c48ad646f1
   601        */
   601        */
   602     
   602     
   603       /* Start off by setting the current_var_type_symbol and
   603       /* Start off by setting the current_var_type_symbol and
   604        * current_var_init_symbol private variables...
   604        * current_var_init_symbol private variables...
   605        */
   605        */
   606       update_var_type_symbol(symbol);
   606       update_var_type_symbol(symbol->fb_spec_init);
   607     
   607     
   608       /* now to produce the c equivalent... */
   608       /* now to produce the c equivalent... */
   609       declare_variables(symbol->fb_name_list);
   609       declare_variables(symbol->fb_name_list);
   610     
   610     
   611       /* Values no longer in scope, and therefore no longer used.
   611       /* Values no longer in scope, and therefore no longer used.