aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/eval.c b/eval.c
index 64e06c8830..c044f7d8a3 100644
--- a/eval.c
+++ b/eval.c
@@ -8264,7 +8264,7 @@ proc_eq(self, other)
*/
static VALUE
-proc_hash(self, other)
+proc_hash(self)
VALUE self;
{
struct BLOCK *data;
@@ -8288,8 +8288,8 @@ proc_hash(self, other)
*/
static VALUE
-proc_to_s(self, other)
- VALUE self, other;
+proc_to_s(self)
+ VALUE self;
{
struct BLOCK *data;
NODE *node;