Project

General

Profile

« Previous | Next » 

Revision 68bd1d68

Added by peterzhu2118 (Peter Zhu) over 2 years ago

Fix compiler issues in test on C99

Fixes the following issue when compiling using C99:

ext/-test-/rb_call_super_kw/rb_call_super_kw.c
ext/-test-/random/loop.c:16:39: error: extra ';' outside of a function [-Werror,-Wextra-semi]
RB_RANDOM_DEFINE_INIT_INT32_FUNC(loop);