Skip to content
Snippets Groups Projects
Commit 7bac3f9b authored by Lukas Stadler's avatar Lukas Stadler
Browse files

fix argument list of Sys.getenv

parent 27456f17
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ public class SysFunctions {
}
}
@RBuiltin(name = "Sys.getenv", kind = INTERNAL, parameterNames = {"x", "unset", "names"})
@RBuiltin(name = "Sys.getenv", kind = INTERNAL, parameterNames = {"x", "unset"})
public abstract static class SysGetenv extends RBuiltinNode {
private final ConditionProfile zeroLengthProfile = ConditionProfile.createBinaryProfile();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment