File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ REBOL [
11
11
See: http://www.apache.org/licenses/LICENSE-2.0
12
12
}
13
13
Author: "Oldes"
14
- Needs: 3.5 .0
14
+ Needs: 3.6 .0
15
15
Note: {
16
16
This script is comilation of multiple original Carl's make-* scripts.
17
17
}
Original file line number Diff line number Diff line change @@ -1041,8 +1041,8 @@ data: mold reduce sections
1041
1041
insert data reduce ["; Copyright (C) REBOL Technologies " now newline]
1042
1042
insert tail data make char! 0 ; scanner requires zero termination
1043
1043
1044
- comp- data: compress data: to- binary data
1045
- ; comp-data-zlib : compress/zlib/ level data: to-binary data 9
1044
+ data: to binary! data
1045
+ comp-data: compress /level data 'zlib 9
1046
1046
1047
1047
emit [
1048
1048
{
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ write-c-file: func [
55
55
56
56
write-generated gen-dir/gen-host-init.reb data
57
57
58
- comp-data: compress data
58
+ comp-data: compress /level data 'zlib 9
59
59
comp-size: length? comp-data
60
60
61
61
emit ["#define REB_INIT_SIZE " comp-size newline newline]
You can’t perform that action at this time.
0 commit comments