stage4/generate_c/generate_var_list.cc
changeset 805 b737cfc92614
parent 793 268bf4ca5fa1
child 810 d9c48ad646f1
equal deleted inserted replaced
798:d21e598b0b75 805:b737cfc92614
   729       TRACE("en_param_declaration_c");
   729       TRACE("en_param_declaration_c");
   730 
   730 
   731       /* Start off by setting the current_var_type_symbol and
   731       /* Start off by setting the current_var_type_symbol and
   732        * current_var_init_symbol private variables...
   732        * current_var_init_symbol private variables...
   733        */
   733        */
   734       update_var_type_symbol(symbol->type);
   734       update_var_type_symbol(symbol->type_decl);
   735 
   735 
   736       /* now to produce the c equivalent... */
   736       /* now to produce the c equivalent... */
   737       declare_variable(symbol->name);
   737       declare_variable(symbol->name);
   738 
   738 
   739       /* Values no longer in scope, and therefore no longer used.
   739       /* Values no longer in scope, and therefore no longer used.