Skip to content

Commit 76ce93b

Browse files
committed
Included comment
1 parent 963d083 commit 76ce93b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/n-io.c

+1
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ static REBSER *Read_All_File(char *fname)
819819
argv = (REBCHR**)SERIES_DATA(ser);
820820
for (i = 0; i < argc; i ++) {
821821
REBVAL *param = VAL_BLK_SKIP(arg, i);
822+
// to avoid call to reduce, resolve get-word! or get-path! values if used
822823
if (IS_GET_WORD(param)) {
823824
param = Get_Var(param);
824825
}

0 commit comments

Comments
 (0)