Skip to content

Commit 4f5c88d

Browse files
committed
FIX: updating Linux's prebuild R3 and temporary forcing TO-WORD conversion in the native name test in make-headers.r file (because old R3 was keeping : char when converting set-word to string using FORM)
1 parent cd09db2 commit 4f5c88d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

make/prebuild/r3-make-linux

12.2 KB
Binary file not shown.

src/tools/make-headers.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ emit-native-spec: func[
114114
3 <> length? spec
115115
error? try [name: load name]
116116
not word? name
117-
(form name) <> (to-c-name first spec)
117+
(form name) <> (to-c-name to word! first spec)
118118
][
119119
print ["^[[1;32;49m** In file: ^[[0m" the-file]
120120
print "^[[1;32;49m** Invalid NATIVE spec definition found: ^[[0m"

0 commit comments

Comments
 (0)