Skip to content

Commit 7ee3e30

Browse files
committed
FIX: not using system/platform for zero-index? functionality
1 parent 9f2548d commit 7ee3e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/make-headers.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ do %common.r
2525

2626
r3: system/version > 2.100.0
2727

28-
zero-index?: not none? pick next system/platform 0 ;@@ used to be able compile using old R3 versions which were using path/0 instead of path/-1
28+
zero-index?: not none? pick next [1] 0 ;@@ used to be able compile using old R3 versions which were using path/0 instead of path/-1
2929

3030
chk-dups: true
3131
dups: make block! 10000 ; get pick [map! hash!] r3 1000

0 commit comments

Comments
 (0)