stage4/generate_c/generate_c_sfcdecl.cc
changeset 628 fe0d516fe291
parent 594 c8092e909886
child 630 5250fbf20999
--- a/stage4/generate_c/generate_c_sfcdecl.cc	Tue Sep 04 18:02:06 2012 +0200
+++ b/stage4/generate_c/generate_c_sfcdecl.cc	Tue Sep 11 01:05:24 2012 +0200
@@ -156,7 +156,7 @@
           wanted_sfcdeclaration = sfcinit_sd;
           
           /* actions table initialisation */
-          s4o.print(s4o.indent_spaces + "static const ACTION temp_action = {0, 0, 0, 0, {0, 0}, {0, 0}};\n");
+          s4o.print(s4o.indent_spaces + "static const ACTION temp_action = {0, {0, 0}, 0, 0, {0, 0}, {0, 0}};\n");
           s4o.print(s4o.indent_spaces + "for(i = 0; i < ");
           print_variable_prefix();
           s4o.print("__nb_actions; i++) {\n");