mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
take parameter name in fn prototype.
This commit is contained in:
parent
c22dc64910
commit
9a92f29f72
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace rr {
|
||||
|
||||
VALUE Bool(bool);
|
||||
VALUE Bool(bool b);
|
||||
|
||||
class GC {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue