stage4/generate_c/generate_var_list.cc
changeset 810 d9c48ad646f1
parent 805 b737cfc92614
child 898 343989fb05fb
--- a/stage4/generate_c/generate_var_list.cc	Tue Feb 05 17:40:23 2013 +0000
+++ b/stage4/generate_c/generate_var_list.cc	Wed Feb 13 18:56:25 2013 +0000
@@ -603,7 +603,7 @@
       /* Start off by setting the current_var_type_symbol and
        * current_var_init_symbol private variables...
        */
-      update_var_type_symbol(symbol);
+      update_var_type_symbol(symbol->fb_spec_init);
     
       /* now to produce the c equivalent... */
       declare_variables(symbol->fb_name_list);