Skip to content

Commit cb58670

Browse files
committed
FIX: using rejoin instead of reduce for compatibility with newer R3 versions (write %f [..])
1 parent f099629 commit cb58670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/make-os-ext.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ foreach file files [
146146

147147
remit "} REBOL_HOST_LIB;"
148148

149-
out: reduce [
149+
out: rejoin [
150150
form-header/gen "Host Access Library" %host-lib.h %make-os-ext.r
151151
{
152152
#define HOST_LIB_VER } lib-version {

0 commit comments

Comments
 (0)