summaryrefslogtreecommitdiff
path: root/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'env.h')
-rw-r--r--env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.h b/env.h
index 21f17eb1b9..e47536bb5f 100644
--- a/env.h
+++ b/env.h
@@ -27,7 +27,7 @@ RUBY_EXTERN struct FRAME {
unsigned long uniq;
} *ruby_frame;
-void rb_gc_mark_frame _((struct FRAME *));
+void rb_gc_mark_frame(struct FRAME *);
#define FRAME_DMETH 1
#define FRAME_FUNC 2