Skip to content

Commit 7907108

Browse files
committed
All Truffle::POSIX types should be Symbols
1 parent 9c903d6 commit 7907108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/ruby/truffleruby/core/posix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def self.to_nfi_type(type)
8585
end
8686

8787
def self.varargs(type)
88-
"...#{to_nfi_type(type)}"
88+
:"...#{to_nfi_type(type)}"
8989
end
9090

9191
# the actual function is looked up and attached on its first call

0 commit comments

Comments
 (0)