autocomp: remove generation of optional code.

This commit is contained in:
ChunEon Park 2015-07-06 19:32:38 +09:00
parent 9bf1c484f7
commit b0e0820148
1 changed files with 4 additions and 4 deletions

View File

@ -733,9 +733,9 @@ group "lexem" struct {
} }
group "txt" var_array { group "txt" var_array {
count 1; count 1;
value "string" string: "%s: \"\" 0.0;"; value "string" string: "%s: \"\";";
} }
value "cursor_offset" int: 6; value "cursor_offset" int: 2;
value "line_back" int: 0; value "line_back" int: 0;
group "name" var_array { group "name" var_array {
count 1; count 1;
@ -1255,9 +1255,9 @@ group "lexem" struct {
} }
group "txt" var_array { group "txt" var_array {
count 1; count 1;
value "string" string: "%s: STATE_SET \"\" 0.0;"; value "string" string: "%s: STATE_SET \"\";";
} }
value "cursor_offset" int: 6; value "cursor_offset" int: 2;
value "line_back" int: 0; value "line_back" int: 0;
group "name" var_array { group "name" var_array {
count 1; count 1;