From bda98ec188440c975597e146d7466ceed5a1e15b Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 6 Jul 2015 19:32:38 +0900 Subject: [PATCH] autocomp: remove generation of optional code. --- data/autocomp/autocomp.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/autocomp/autocomp.src b/data/autocomp/autocomp.src index 3615621..b9a6c61 100644 --- a/data/autocomp/autocomp.src +++ b/data/autocomp/autocomp.src @@ -733,9 +733,9 @@ group "lexem" struct { } group "txt" var_array { 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; group "name" var_array { count 1; @@ -1255,9 +1255,9 @@ group "lexem" struct { } group "txt" var_array { 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; group "name" var_array { count 1;