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
R Â0B
Z
Ć0JB
Z Ć0JB

@@ -1,4 +1,4 @@
 O2
R Â0B
"Z
Æ0JB
"Z Æ0JB

@@ -1,4 +1,4 @@
 b2
R Â0B
*Z
Ć0JB
*Z Ć0JB

@@ -1,4 +1,4 @@
 Ż2
R Â0B
/Z
Ć0JB
/Z Ć0JB

Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
 Ď2
R Â0B
3Z
Ć0JB
3Z Ć0JB

@@ -1,4 +1,4 @@
 ¦2
R В0B
fZ
Ж0JB
fZ Ж0JB

@@ -1,3 +1,3 @@
f Ę2
Z
ć0dB
Z ć0dB
#
Binary file not shown.
@@ -1,4 +1,4 @@
 Р2
R В0B
xZ
Ж0JB
xZ Ж0JB

Binary file not shown.
@@ -1,4 +1,4 @@
 Ř2
R Â0B
{ZĆB
H
{Z ĆB

@@ -28,7 +28,7 @@ import java.util.List;
import java.util.regex.Pattern;
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 int totalSize = 0;