We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea0800 commit f249af5Copy full SHA for f249af5
src/tools/make-os-ext.r
@@ -58,7 +58,7 @@ memit: func [d /nol] [
58
]
59
60
count: func [s c /local n] [
61
- if find ["()" "(void)"] s [return "()"]
+ if find ["()" "(void)"] s [return "(void)"]
62
out: copy "(a"
63
n: 1
64
while [s: find/tail s c][
src/tools/make-reb-lib.r
@@ -55,7 +55,7 @@ memit: func [d /nol] [
55
56
57
0 commit comments