stage4/generate_c/generate_c_vardecl.cc
changeset 242 0036357a990f
parent 237 cece842c7417
child 279 c0453b7f99df
--- a/stage4/generate_c/generate_c_vardecl.cc	Wed May 19 21:51:52 2010 +0200
+++ b/stage4/generate_c/generate_c_vardecl.cc	Thu May 20 23:36:53 2010 +0200
@@ -1945,7 +1945,6 @@
     case constructorinit_vf:
       if (symbol->global_var_name != NULL) {
     	s4o.print(nv->get());
-    	s4o.print(s4o.indent_spaces);
     	s4o.print(INIT_GLOBAL_LOCATED);
     	s4o.print("(");
     	if (this->resource_name != NULL) {
@@ -1960,7 +1959,6 @@
       }
       if (this->current_var_init_symbol != NULL) {
 	    s4o.print(nv->get());
-	    s4o.print(s4o.indent_spaces);
 	    s4o.print(INIT_GLOBAL);
 	    s4o.print("(");
 	    if (symbol->global_var_name != NULL)