fix RMoved definition location
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
70cd493b05
commit
73f891f1a5
@ -883,11 +883,6 @@ enum ruby_fl_type {
|
|||||||
RUBY_FL_SINGLETON = RUBY_FL_USER0
|
RUBY_FL_SINGLETON = RUBY_FL_USER0
|
||||||
};
|
};
|
||||||
|
|
||||||
struct RMoved {
|
|
||||||
VALUE flags;
|
|
||||||
VALUE destination;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct RUBY_ALIGNAS(SIZEOF_VALUE) RBasic {
|
struct RUBY_ALIGNAS(SIZEOF_VALUE) RBasic {
|
||||||
VALUE flags;
|
VALUE flags;
|
||||||
VALUE klass;
|
VALUE klass;
|
||||||
|
@ -830,6 +830,11 @@ struct RHash {
|
|||||||
# define RHASH_SIZE(h) (RHASH_AR_TABLE_P(h) ? RHASH_AR_TABLE_SIZE_RAW(h) : RHASH_ST_SIZE(h))
|
# define RHASH_SIZE(h) (RHASH_AR_TABLE_P(h) ? RHASH_AR_TABLE_SIZE_RAW(h) : RHASH_ST_SIZE(h))
|
||||||
#endif /* #ifdef RHASH_ITER_LEV */
|
#endif /* #ifdef RHASH_ITER_LEV */
|
||||||
|
|
||||||
|
struct RMoved {
|
||||||
|
VALUE flags;
|
||||||
|
VALUE destination;
|
||||||
|
};
|
||||||
|
|
||||||
/* missing/setproctitle.c */
|
/* missing/setproctitle.c */
|
||||||
#ifndef HAVE_SETPROCTITLE
|
#ifndef HAVE_SETPROCTITLE
|
||||||
extern void ruby_init_setproctitle(int argc, char *argv[]);
|
extern void ruby_init_setproctitle(int argc, char *argv[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user