diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | constant.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ Thu Feb 6 15:27:46 2014 Koichi Sasada <[email protected]> * gc.c (get_envparam_int): correct warning messages. @@ -18,9 +18,9 @@ typedef enum { typedef struct rb_const_entry_struct { rb_const_flag_t flag; const VALUE value; /* should be mark */ const VALUE file; /* should be mark */ - int line; } rb_const_entry_t; VALUE rb_mod_private_constant(int argc, VALUE *argv, VALUE obj); |