Regenerate built-ins serialized data

After changes to protobuf binary format
This commit is contained in:
Alexander Udalov
2013-07-01 18:42:54 +04:00
parent 034a13350d
commit 5db2ecd1fc
38 changed files with 19 additions and 19 deletions
Binary file not shown.
@@ -1,4 +1,4 @@
 H2  H2
R Â0B R Â0B
Z Z Ć0JB
Ć0JB 
@@ -1,4 +1,4 @@
 O2  O2
R Â0B R Â0B
"Z "Z Æ0JB
Æ0JB 
@@ -1,4 +1,4 @@
 b2  b2
R Â0B R Â0B
*Z *Z Ć0JB
Ć0JB 
@@ -1,4 +1,4 @@
 Ż2  Ż2
R Â0B R Â0B
/Z /Z Ć0JB
Ć0JB 
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
 Ď2  Ď2
R Â0B R Â0B
3Z 3Z Ć0JB
Ć0JB 
@@ -1,4 +1,4 @@
 ¦2  ¦2
R В0B R В0B
fZ fZ Ж0JB
Ж0JB 
@@ -1,3 +1,3 @@
f Ę2 f Ę2
Z Z ć0dB
ć0dB #
Binary file not shown.
@@ -1,4 +1,4 @@
 Р2  Р2
R В0B R В0B
xZ xZ Ж0JB
Ж0JB 
Binary file not shown.
@@ -1,4 +1,4 @@
 Ř2  Ř2
R Â0B R Â0B
{ZĆB {Z ĆB
H 
@@ -28,7 +28,7 @@ import java.util.List;
import java.util.regex.Pattern; import java.util.regex.Pattern;
public class BuiltInsSerializer { public class BuiltInsSerializer {
private static final String BUILT_INS_SRC_DIR = "compiler/frontend/src"; private static final String BUILT_INS_SRC_DIR = "idea/builtinsSrc";
private static final String DEST_DIR = "compiler/frontend/" + BuiltInsSerializationUtil.BUILT_INS_DIR; private static final String DEST_DIR = "compiler/frontend/" + BuiltInsSerializationUtil.BUILT_INS_DIR;
private static int totalSize = 0; private static int totalSize = 0;