summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-04 07:18:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-04 07:18:24 +0000
commiteeb39e0152f94aaaf3b503f6719ce5b6c50a1481 (patch)
treec8a34d3ed2c0bf1625b20ed19d672c01e2632fd4 /internal.h
parent71f3943558343683d8f1099c6f0d4be130829e34 (diff)
vm.c: prototype
* vm.c (rb_next_class_sequence): use ANSI style definition and prorotype declaration, instead of old-K&R style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 267ae5d9db..7d51334043 100644
--- a/internal.h
+++ b/internal.h
@@ -635,7 +635,7 @@ void ruby_kill(rb_pid_t pid, int sig);
void Init_native_thread(void);
/* vm_insnhelper.h */
-vm_state_version_t rb_next_class_sequence();
+vm_state_version_t rb_next_class_sequence(void);
/* vm.c */
VALUE rb_obj_is_thread(VALUE obj);