diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-12-05 14:46:34 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-12-05 14:57:31 +0900 |
commit | d2b7e1e4b24633608aba8ef1e00189b00ea2a1d8 (patch) | |
tree | e50b1be165c5cfa9381426c697e0189c58e5d6f5 /thread.c | |
parent | a83a51932dbc31b549e11b9da8967f2f52a8b07c (diff) |
Protoized old pre-ANSI K&R style definitions
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5402,7 +5402,7 @@ rb_thread_backtrace_locations_m(int argc, VALUE *argv, VALUE thval) } void -Init_Thread_Mutex() +Init_Thread_Mutex(void) { rb_thread_t *th = GET_THREAD(); |