Skip to content

Commit 8a96edb

Browse files
committed
FIX: make sure that only functions with "OS_" at the beginning are collected
1 parent 5e975ad commit 8a96edb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/make-os-ext.r

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ func-header: [
8282
spec
8383
trim spec
8484
not find spec "static"
85+
any [ ; make sure we got only functions with "OS_" at the beginning
86+
find spec " *OS_"
87+
find spec " OS_"
88+
]
8589
fn: find spec "OS_"
8690
find spec #"("
8791
][

0 commit comments

Comments
 (0)