aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 281110c5b3..42f8cb3fc9 100644
--- a/ruby.c
+++ b/ruby.c
@@ -376,7 +376,7 @@ require_libraries(void)
int state;
ruby_current_node = 0;
- rb_protect((VALUE (*)_((VALUE)))rb_require, (VALUE)list->name, &state);
+ rb_protect((VALUE (*)(VALUE))rb_require, (VALUE)list->name, &state);
if (state) rb_jump_tag(state);
tmp = list->next;
free(list->name);