Skip to content

Commit 851e2f3

Browse files
committed
FIX: make old build script compatible with recent changes
(`to block!` is now not same like `make block!`)
1 parent 68beeaf commit 851e2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/make-boot.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ foreach val nats [
10991099
]
11001100
foreach [name spec] nats-collected [
11011101
emit-line/code "N_" name ","
1102-
append boot-natives to-block spec
1102+
append boot-natives make block! spec
11031103
]
11041104
emit-end
11051105
emit newline

0 commit comments

Comments
 (0)